#85811C

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

Shades of Trendy Green #85811C

Tints of Trendy Green #85811C

Color information

#85811C (or 0x85811C) is unknown color: approx Trendy Green. HEX triplet: 85, 81 and 1C. RGB value is (133,129,28). Sum of RGB (Red+Green+Blue) = 133+129+28=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85811C is #7A7EE3. Grayscale: #777777. Windows color (decimal): -8027876 or 1868165. OLE color: 1868165.

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

Color convert

RGB13312928-
CMYK00.030.790.48
HSL57.71º65.22%31.57%-
HSV(B)57.71º78.95%52.16%-
XYZ17.7320.774.17-
YUV118.6876.83138.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=45.86%
G=44.48%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331292800.030.790.4857.7165.2231.57
Hex85811C034F303a4120
Octal2052013403117607210140
Binary10000101100000011110001110011111100001110101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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