Shades of Trendy Green #858020
Tints of Trendy Green #858020
RGB
CMYK
RGB Variations
Color information
#858020 (or 0x858020) is known color: Trendy Green. HEX triplet: 85, 80 and 20. RGB value is (133,128,32). Sum of RGB (Red+Green+Blue) = 133+128+32=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #858020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858020 is #7A7FDF. Grayscale: #767676. Windows color (decimal): -8028128 or 2130053. OLE color: 2130053.
HSL color Cylindrical-coordinate representation of color #858020: hue angle of 57.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #858020 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 32 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.48 |
| HSL | 57.03º | 0.61% | 0.32% | - |
| HSV(B) | 57.03º | 0.76% | 0.52% | - |
| XYZ | 17.65 | 20.53 | 4.4 | - |
| YUV | 118.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 32 | 0 | 0.04 | 0.76 | 0.48 | 57.03 | 0.61 | 0.32 |
| Hex | 85 | 80 | 20 | 0 | 4 | 4C | 30 | 39 | 3D | 20 |
| Octal | 205 | 200 | 40 | 0 | 4 | 114 | 60 | 71 | 75 | 40 |
| Binary | 10000101 | 10000000 | 100000 | 0 | 100 | 1001100 | 110000 | 111001 | 111101 | 100000 |
Color Harmonies of #858020
Complementary color
Monochromatic Colors of #858020
Black with #858020
Text Example
Text Example
White with #858020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858020; }
p { color: rgb(133,128,32); }
H1.HeaderClassName
{
color: #858020;
}
.AnyTagClassName
{
color: #858020;
}
</style>
background-color css
<style>
a { background-color: #858020; }
a { background-color: rgb(133,128,32); }
div.DivClassName
{
background-color: #858020;
}
.BgClassName
{
background-color: #858020;
}
</style>
border-color css
<style>
span { border-color: #858020; }
span { border-color: rgb(133,128,32); }
td.TdClassName
{
border-color: #858020;
}
.TagClassName
{
border-color: #858020;
}
</style>