Shades of Trendy Green #858028
Tints of Trendy Green #858028
RGB
CMYK
RGB Variations
Color information
#858028 (or 0x858028) is known color: Trendy Green. HEX triplet: 85, 80 and 28. RGB value is (133,128,40). Sum of RGB (Red+Green+Blue) = 133+128+40=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #858028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858028 is #7A7FD7. Grayscale: #777777. Windows color (decimal): -8028120 or 2654341. OLE color: 2654341.
HSL color Cylindrical-coordinate representation of color #858028: hue angle of 56.77º 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 #858028 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 40 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.48 |
| HSL | 56.77º | 0.54% | 0.34% | - |
| HSV(B) | 56.77º | 0.7% | 0.52% | - |
| XYZ | 17.78 | 20.58 | 5.04 | - |
| YUV | 119.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 40 | 0 | 0.04 | 0.70 | 0.48 | 56.77 | 0.54 | 0.34 |
| Hex | 85 | 80 | 28 | 0 | 4 | 46 | 30 | 39 | 36 | 22 |
| Octal | 205 | 200 | 50 | 0 | 4 | 106 | 60 | 71 | 66 | 42 |
| Binary | 10000101 | 10000000 | 101000 | 0 | 100 | 1000110 | 110000 | 111001 | 110110 | 100010 |
Color Harmonies of #858028
Complementary color
Monochromatic Colors of #858028
Black with #858028
Text Example
Text Example
White with #858028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858028; }
p { color: rgb(133,128,40); }
H1.HeaderClassName
{
color: #858028;
}
.AnyTagClassName
{
color: #858028;
}
</style>
background-color css
<style>
a { background-color: #858028; }
a { background-color: rgb(133,128,40); }
div.DivClassName
{
background-color: #858028;
}
.BgClassName
{
background-color: #858028;
}
</style>
border-color css
<style>
span { border-color: #858028; }
span { border-color: rgb(133,128,40); }
td.TdClassName
{
border-color: #858028;
}
.TagClassName
{
border-color: #858028;
}
</style>