#858413

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

Shades of Trendy Green #858413

Tints of Trendy Green #858413

Color information

#858413 (or 0x858413) is unknown color: approx Trendy Green. HEX triplet: 85, 84 and 13. RGB value is (133,132,19). Sum of RGB (Red+Green+Blue) = 133+132+19=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #858413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858413 is #7A7BEC. Grayscale: #777777. Windows color (decimal): -8027117 or 1279109. OLE color: 1279109.

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

Color convert

RGB13313219-
CMYK00.010.860.48
HSL59.47º75%29.8%-
HSV(B)59.47º85.71%52.16%-
XYZ18.0421.543.82-
YUV119.4271.33137.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 19 (7.81% from 255) = 6.69%
R=46.83%
G=46.48%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331321900.010.860.4859.477529.8
Hex8584130156303b4b1e
Octal2052042301126607311336
Binary100001011000010010011011010110110000111011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858413; }

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

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

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

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

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

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

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

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