Shades of Trendy Green #818320
Tints of Trendy Green #818320
RGB
CMYK
RGB Variations
Color information
#818320 (or 0x818320) is known color: Trendy Green. HEX triplet: 81, 83 and 20. RGB value is (129,131,32). Sum of RGB (Red+Green+Blue) = 129+131+32=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #818320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818320 is #7E7CDF. Grayscale: #777777. Windows color (decimal): -8289504 or 2130817. OLE color: 2130817.
HSL color Cylindrical-coordinate representation of color #818320: hue angle of 61.21º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #818320 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 32 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.49 |
| HSL | 61.21º | 0.61% | 0.32% | - |
| HSV(B) | 61.21º | 0.76% | 0.51% | - |
| XYZ | 17.43 | 21 | 4.5 | - |
| YUV | 119.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 32 | 0.02 | 0 | 0.76 | 0.49 | 61.21 | 0.61 | 0.32 |
| Hex | 81 | 83 | 20 | 2 | 0 | 4C | 31 | 3D | 3D | 20 |
| Octal | 201 | 203 | 40 | 2 | 0 | 114 | 61 | 75 | 75 | 40 |
| Binary | 10000001 | 10000011 | 100000 | 10 | 0 | 1001100 | 110001 | 111101 | 111101 | 100000 |
Color Harmonies of #818320
Complementary color
Monochromatic Colors of #818320
Black with #818320
Text Example
Text Example
White with #818320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818320; }
p { color: rgb(129,131,32); }
H1.HeaderClassName
{
color: #818320;
}
.AnyTagClassName
{
color: #818320;
}
</style>
background-color css
<style>
a { background-color: #818320; }
a { background-color: rgb(129,131,32); }
div.DivClassName
{
background-color: #818320;
}
.BgClassName
{
background-color: #818320;
}
</style>
border-color css
<style>
span { border-color: #818320; }
span { border-color: rgb(129,131,32); }
td.TdClassName
{
border-color: #818320;
}
.TagClassName
{
border-color: #818320;
}
</style>