Shades of Trendy Green #858229
Tints of Trendy Green #858229
RGB
CMYK
RGB Variations
Color information
#858229 (or 0x858229) is known color: Trendy Green. HEX triplet: 85, 82 and 29. RGB value is (133,130,41). Sum of RGB (Red+Green+Blue) = 133+130+41=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #858229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858229 is #7A7DD6. Grayscale: #797979. Windows color (decimal): -8027607 or 2720389. OLE color: 2720389.
HSL color Cylindrical-coordinate representation of color #858229: hue angle of 58.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #858229 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 41 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.48 |
| HSL | 58.04º | 0.53% | 0.34% | - |
| HSV(B) | 58.04º | 0.69% | 0.52% | - |
| XYZ | 18.06 | 21.11 | 5.22 | - |
| YUV | 120.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 41 | 0 | 0.02 | 0.69 | 0.48 | 58.04 | 0.53 | 0.34 |
| Hex | 85 | 82 | 29 | 0 | 2 | 45 | 30 | 3A | 35 | 22 |
| Octal | 205 | 202 | 51 | 0 | 2 | 105 | 60 | 72 | 65 | 42 |
| Binary | 10000101 | 10000010 | 101001 | 0 | 10 | 1000101 | 110000 | 111010 | 110101 | 100010 |
Color Harmonies of #858229
Complementary color
Monochromatic Colors of #858229
Black with #858229
Text Example
Text Example
White with #858229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858229; }
p { color: rgb(133,130,41); }
H1.HeaderClassName
{
color: #858229;
}
.AnyTagClassName
{
color: #858229;
}
</style>
background-color css
<style>
a { background-color: #858229; }
a { background-color: rgb(133,130,41); }
div.DivClassName
{
background-color: #858229;
}
.BgClassName
{
background-color: #858229;
}
</style>
border-color css
<style>
span { border-color: #858229; }
span { border-color: rgb(133,130,41); }
td.TdClassName
{
border-color: #858229;
}
.TagClassName
{
border-color: #858229;
}
</style>