Shades of Trendy Green #858422
Tints of Trendy Green #858422
RGB
CMYK
RGB Variations
Color information
#858422 (or 0x858422) is known color: Trendy Green. HEX triplet: 85, 84 and 22. RGB value is (133,132,34). Sum of RGB (Red+Green+Blue) = 133+132+34=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #858422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858422 is #7A7BDD. Grayscale: #797979. Windows color (decimal): -8027102 or 2262149. OLE color: 2262149.
HSL color Cylindrical-coordinate representation of color #858422: hue angle of 59.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #858422 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 34 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.48 |
| HSL | 59.39º | 0.59% | 0.33% | - |
| HSV(B) | 59.39º | 0.74% | 0.52% | - |
| XYZ | 18.21 | 21.6 | 4.72 | - |
| YUV | 121.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 34 | 0 | 0.01 | 0.74 | 0.48 | 59.39 | 0.59 | 0.33 |
| Hex | 85 | 84 | 22 | 0 | 1 | 4A | 30 | 3B | 3B | 21 |
| Octal | 205 | 204 | 42 | 0 | 1 | 112 | 60 | 73 | 73 | 41 |
| Binary | 10000101 | 10000100 | 100010 | 0 | 1 | 1001010 | 110000 | 111011 | 111011 | 100001 |
Color Harmonies of #858422
Complementary color
Monochromatic Colors of #858422
Black with #858422
Text Example
Text Example
White with #858422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858422; }
p { color: rgb(133,132,34); }
H1.HeaderClassName
{
color: #858422;
}
.AnyTagClassName
{
color: #858422;
}
</style>
background-color css
<style>
a { background-color: #858422; }
a { background-color: rgb(133,132,34); }
div.DivClassName
{
background-color: #858422;
}
.BgClassName
{
background-color: #858422;
}
</style>
border-color css
<style>
span { border-color: #858422; }
span { border-color: rgb(133,132,34); }
td.TdClassName
{
border-color: #858422;
}
.TagClassName
{
border-color: #858422;
}
</style>