Shades of Trendy Green #818021
Tints of Trendy Green #818021
RGB
CMYK
RGB Variations
Color information
#818021 (or 0x818021) is known color: Trendy Green. HEX triplet: 81, 80 and 21. RGB value is (129,128,33). Sum of RGB (Red+Green+Blue) = 129+128+33=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #818021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818021 is #7E7FDE. Grayscale: #757575. Windows color (decimal): -8290271 or 2195585. OLE color: 2195585.
HSL color Cylindrical-coordinate representation of color #818021: hue angle of 59.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #818021 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 33 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.49 |
| HSL | 59.38º | 0.59% | 0.32% | - |
| HSV(B) | 59.38º | 0.74% | 0.51% | - |
| XYZ | 17.05 | 20.22 | 4.44 | - |
| YUV | 117.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 33 | 0 | 0.01 | 0.74 | 0.49 | 59.38 | 0.59 | 0.32 |
| Hex | 81 | 80 | 21 | 0 | 1 | 4A | 31 | 3B | 3B | 20 |
| Octal | 201 | 200 | 41 | 0 | 1 | 112 | 61 | 73 | 73 | 40 |
| Binary | 10000001 | 10000000 | 100001 | 0 | 1 | 1001010 | 110001 | 111011 | 111011 | 100000 |
Color Harmonies of #818021
Complementary color
Monochromatic Colors of #818021
Black with #818021
Text Example
Text Example
White with #818021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818021; }
p { color: rgb(129,128,33); }
H1.HeaderClassName
{
color: #818021;
}
.AnyTagClassName
{
color: #818021;
}
</style>
background-color css
<style>
a { background-color: #818021; }
a { background-color: rgb(129,128,33); }
div.DivClassName
{
background-color: #818021;
}
.BgClassName
{
background-color: #818021;
}
</style>
border-color css
<style>
span { border-color: #818021; }
span { border-color: rgb(129,128,33); }
td.TdClassName
{
border-color: #818021;
}
.TagClassName
{
border-color: #818021;
}
</style>