Shades of Trendy Green #818321
Tints of Trendy Green #818321
RGB
CMYK
RGB Variations
Color information
#818321 (or 0x818321) is known color: Trendy Green. HEX triplet: 81, 83 and 21. RGB value is (129,131,33). Sum of RGB (Red+Green+Blue) = 129+131+33=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #818321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818321 is #7E7CDE. Grayscale: #777777. Windows color (decimal): -8289503 or 2196353. OLE color: 2196353.
HSL color Cylindrical-coordinate representation of color #818321: hue angle of 61.22º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #818321 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 33 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.49 |
| HSL | 61.22º | 0.6% | 0.32% | - |
| HSV(B) | 61.22º | 0.75% | 0.51% | - |
| XYZ | 17.44 | 21.01 | 4.57 | - |
| YUV | 119.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 33 | 0.02 | 0 | 0.75 | 0.49 | 61.22 | 0.6 | 0.32 |
| Hex | 81 | 83 | 21 | 2 | 0 | 4B | 31 | 3D | 3C | 20 |
| Octal | 201 | 203 | 41 | 2 | 0 | 113 | 61 | 75 | 74 | 40 |
| Binary | 10000001 | 10000011 | 100001 | 10 | 0 | 1001011 | 110001 | 111101 | 111100 | 100000 |
Color Harmonies of #818321
Complementary color
Monochromatic Colors of #818321
Black with #818321
Text Example
Text Example
White with #818321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818321; }
p { color: rgb(129,131,33); }
H1.HeaderClassName
{
color: #818321;
}
.AnyTagClassName
{
color: #818321;
}
</style>
background-color css
<style>
a { background-color: #818321; }
a { background-color: rgb(129,131,33); }
div.DivClassName
{
background-color: #818321;
}
.BgClassName
{
background-color: #818321;
}
</style>
border-color css
<style>
span { border-color: #818321; }
span { border-color: rgb(129,131,33); }
td.TdClassName
{
border-color: #818321;
}
.TagClassName
{
border-color: #818321;
}
</style>