#858416

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

Shades of Trendy Green #858416

Tints of Trendy Green #858416

Color information

#858416 (or 0x858416) is unknown color: approx Trendy Green. HEX triplet: 85, 84 and 16. RGB value is (133,132,22). Sum of RGB (Red+Green+Blue) = 133+132+22=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #858416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858416 is #7A7BE9. Grayscale: #787878. Windows color (decimal): -8027114 or 1475717. OLE color: 1475717.

HSL color Cylindrical-coordinate representation of color #858416: hue angle of 59.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #858416 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB13313222-
CMYK00.010.830.48
HSL59.46º71.61%30.39%-
HSV(B)59.46º83.46%52.16%-
XYZ18.0721.553.97-
YUV119.7672.83137.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=46.34%
G=45.99%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331322200.010.830.4859.4671.6130.39
Hex8584160153303b481e
Octal2052042601123607311036
Binary100001011000010010110011010011110000111011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858416; }

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

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

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

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

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

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

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

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