Shades of Trendy Green #858424
Tints of Trendy Green #858424
RGB
CMYK
RGB Variations
Color information
#858424 (or 0x858424) is known color: Trendy Green. HEX triplet: 85, 84 and 24. RGB value is (133,132,36). Sum of RGB (Red+Green+Blue) = 133+132+36=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #858424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858424 is #7A7BDB. Grayscale: #797979. Windows color (decimal): -8027100 or 2393221. OLE color: 2393221.
HSL color Cylindrical-coordinate representation of color #858424: hue angle of 59.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #858424 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 36 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.48 |
| HSL | 59.38º | 0.57% | 0.33% | - |
| HSV(B) | 59.38º | 0.73% | 0.52% | - |
| XYZ | 18.24 | 21.62 | 4.88 | - |
| YUV | 121.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 36 | 0 | 0.01 | 0.73 | 0.48 | 59.38 | 0.57 | 0.33 |
| Hex | 85 | 84 | 24 | 0 | 1 | 49 | 30 | 3B | 39 | 21 |
| Octal | 205 | 204 | 44 | 0 | 1 | 111 | 60 | 73 | 71 | 41 |
| Binary | 10000101 | 10000100 | 100100 | 0 | 1 | 1001001 | 110000 | 111011 | 111001 | 100001 |
Color Harmonies of #858424
Complementary color
Monochromatic Colors of #858424
Black with #858424
Text Example
Text Example
White with #858424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858424; }
p { color: rgb(133,132,36); }
H1.HeaderClassName
{
color: #858424;
}
.AnyTagClassName
{
color: #858424;
}
</style>
background-color css
<style>
a { background-color: #858424; }
a { background-color: rgb(133,132,36); }
div.DivClassName
{
background-color: #858424;
}
.BgClassName
{
background-color: #858424;
}
</style>
border-color css
<style>
span { border-color: #858424; }
span { border-color: rgb(133,132,36); }
td.TdClassName
{
border-color: #858424;
}
.TagClassName
{
border-color: #858424;
}
</style>