Shades of Trendy Green #858428
Tints of Trendy Green #858428
RGB
CMYK
RGB Variations
Color information
#858428 (or 0x858428) is known color: Trendy Green. HEX triplet: 85, 84 and 28. RGB value is (133,132,40). Sum of RGB (Red+Green+Blue) = 133+132+40=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #858428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858428 is #7A7BD7. Grayscale: #7A7A7A. Windows color (decimal): -8027096 or 2655365. OLE color: 2655365.
HSL color Cylindrical-coordinate representation of color #858428: hue angle of 59.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #858428 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 40 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.48 |
| HSL | 59.35º | 0.54% | 0.34% | - |
| HSV(B) | 59.35º | 0.7% | 0.52% | - |
| XYZ | 18.31 | 21.64 | 5.22 | - |
| YUV | 121.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 40 | 0 | 0.01 | 0.70 | 0.48 | 59.35 | 0.54 | 0.34 |
| Hex | 85 | 84 | 28 | 0 | 1 | 46 | 30 | 3B | 36 | 22 |
| Octal | 205 | 204 | 50 | 0 | 1 | 106 | 60 | 73 | 66 | 42 |
| Binary | 10000101 | 10000100 | 101000 | 0 | 1 | 1000110 | 110000 | 111011 | 110110 | 100010 |
Color Harmonies of #858428
Complementary color
Monochromatic Colors of #858428
Black with #858428
Text Example
Text Example
White with #858428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858428; }
p { color: rgb(133,132,40); }
H1.HeaderClassName
{
color: #858428;
}
.AnyTagClassName
{
color: #858428;
}
</style>
background-color css
<style>
a { background-color: #858428; }
a { background-color: rgb(133,132,40); }
div.DivClassName
{
background-color: #858428;
}
.BgClassName
{
background-color: #858428;
}
</style>
border-color css
<style>
span { border-color: #858428; }
span { border-color: rgb(133,132,40); }
td.TdClassName
{
border-color: #858428;
}
.TagClassName
{
border-color: #858428;
}
</style>