Shades of Trendy Green #848020
Tints of Trendy Green #848020
RGB
CMYK
RGB Variations
Color information
#848020 (or 0x848020) is known color: Trendy Green. HEX triplet: 84, 80 and 20. RGB value is (132,128,32). Sum of RGB (Red+Green+Blue) = 132+128+32=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #848020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848020 is #7B7FDF. Grayscale: #767676. Windows color (decimal): -8093664 or 2130052. OLE color: 2130052.
HSL color Cylindrical-coordinate representation of color #848020: hue angle of 57.6º 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 #848020 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 32 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.48 |
| HSL | 57.6º | 0.61% | 0.32% | - |
| HSV(B) | 57.6º | 0.76% | 0.52% | - |
| XYZ | 17.5 | 20.45 | 4.39 | - |
| YUV | 118.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 32 | 0 | 0.03 | 0.76 | 0.48 | 57.6 | 0.61 | 0.32 |
| Hex | 84 | 80 | 20 | 0 | 3 | 4C | 30 | 3A | 3D | 20 |
| Octal | 204 | 200 | 40 | 0 | 3 | 114 | 60 | 72 | 75 | 40 |
| Binary | 10000100 | 10000000 | 100000 | 0 | 11 | 1001100 | 110000 | 111010 | 111101 | 100000 |
Color Harmonies of #848020
Complementary color
Monochromatic Colors of #848020
Black with #848020
Text Example
Text Example
White with #848020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848020; }
p { color: rgb(132,128,32); }
H1.HeaderClassName
{
color: #848020;
}
.AnyTagClassName
{
color: #848020;
}
</style>
background-color css
<style>
a { background-color: #848020; }
a { background-color: rgb(132,128,32); }
div.DivClassName
{
background-color: #848020;
}
.BgClassName
{
background-color: #848020;
}
</style>
border-color css
<style>
span { border-color: #848020; }
span { border-color: rgb(132,128,32); }
td.TdClassName
{
border-color: #848020;
}
.TagClassName
{
border-color: #848020;
}
</style>