Shades of Trendy Green #858324
Tints of Trendy Green #858324
RGB
CMYK
RGB Variations
Color information
#858324 (or 0x858324) is known color: Trendy Green. HEX triplet: 85, 83 and 24. RGB value is (133,131,36). Sum of RGB (Red+Green+Blue) = 133+131+36=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #858324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858324 is #7A7CDB. Grayscale: #797979. Windows color (decimal): -8027356 or 2392965. OLE color: 2392965.
HSL color Cylindrical-coordinate representation of color #858324: hue angle of 58.76º 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 #858324 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 36 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.48 |
| HSL | 58.76º | 0.57% | 0.33% | - |
| HSV(B) | 58.76º | 0.73% | 0.52% | - |
| XYZ | 18.11 | 21.35 | 4.83 | - |
| YUV | 120.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 36 | 0 | 0.02 | 0.73 | 0.48 | 58.76 | 0.57 | 0.33 |
| Hex | 85 | 83 | 24 | 0 | 2 | 49 | 30 | 3B | 39 | 21 |
| Octal | 205 | 203 | 44 | 0 | 2 | 111 | 60 | 73 | 71 | 41 |
| Binary | 10000101 | 10000011 | 100100 | 0 | 10 | 1001001 | 110000 | 111011 | 111001 | 100001 |
Color Harmonies of #858324
Complementary color
Monochromatic Colors of #858324
Black with #858324
Text Example
Text Example
White with #858324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858324; }
p { color: rgb(133,131,36); }
H1.HeaderClassName
{
color: #858324;
}
.AnyTagClassName
{
color: #858324;
}
</style>
background-color css
<style>
a { background-color: #858324; }
a { background-color: rgb(133,131,36); }
div.DivClassName
{
background-color: #858324;
}
.BgClassName
{
background-color: #858324;
}
</style>
border-color css
<style>
span { border-color: #858324; }
span { border-color: rgb(133,131,36); }
td.TdClassName
{
border-color: #858324;
}
.TagClassName
{
border-color: #858324;
}
</style>