#85811E

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

Shades of Trendy Green #85811E

Tints of Trendy Green #85811E

Color information

#85811E (or 0x85811E) is unknown color: approx Trendy Green. HEX triplet: 85, 81 and 1E. RGB value is (133,129,30). Sum of RGB (Red+Green+Blue) = 133+129+30=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85811E is #7A7EE1. Grayscale: #777777. Windows color (decimal): -8027874 or 1999237. OLE color: 1999237.

HSL color Cylindrical-coordinate representation of color #85811E: hue angle of 57.67º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85811E is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13312930-
CMYK00.030.770.48
HSL57.67º63.19%31.96%-
HSV(B)57.67º77.44%52.16%-
XYZ17.7620.784.3-
YUV118.9177.83138.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 30 (12.11% from 255) = 10.27%
R=45.55%
G=44.18%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331293000.030.770.4857.6763.1931.96
Hex85811E034D303a3f20
Octal205201360311560727740
Binary1000010110000001111100111001101110000111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,129,30); }

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

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

 a { background-color: rgb(133,129,30); }

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

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

 span { border-color: rgb(133,129,30); }

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