#85842E

Color #85842E Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #85842E

Tints of Trendy Green #85842E

Color information

#85842E (or 0x85842E) is unknown color: approx Trendy Green. HEX triplet: 85, 84 and 2E. RGB value is (133,132,46). Sum of RGB (Red+Green+Blue) = 133+132+46=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85842E is #7A7BD1. Grayscale: #7A7A7A. Windows color (decimal): -8027090 or 3048581. OLE color: 3048581.

HSL color Cylindrical-coordinate representation of color #85842E: hue angle of 59.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85842E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13313246-
CMYK00.010.650.48
HSL59.31º48.6%35.1%-
HSV(B)59.31º65.41%52.16%-
XYZ18.4221.695.8-
YUV122.4984.83135.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=42.77%
G=42.44%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331324600.010.650.4859.3148.635.1
Hex85842E0141303b3123
Octal205204560110160736143
Binary1000010110000100101110011000001110000111011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85842E; }

 p { color: rgb(133,132,46); }

 H1.HeaderClassName
 {
   color: #85842E;
 }
 .AnyTagClassName
 {
   color: #85842E;
 }
</style>
background-color css

<style>
 a { background-color: #85842E; }

 a { background-color: rgb(133,132,46); }

 div.DivClassName
 {
   background-color: #85842E;
 }
 .BgClassName
 {
   background-color: #85842E;
 }
</style>
border-color css

<style>
 span { border-color: #85842E; }

 span { border-color: rgb(133,132,46); }

 td.TdClassName
 {
   border-color: #85842E;
 }
 .TagClassName
 {
   border-color: #85842E;
 }
</style>