Shades of Trendy Green #818524
Tints of Trendy Green #818524
RGB
CMYK
RGB Variations
Color information
#818524 (or 0x818524) is known color: Trendy Green. HEX triplet: 81, 85 and 24. RGB value is (129,133,36). Sum of RGB (Red+Green+Blue) = 129+133+36=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #818524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818524 is #7E7ADB. Grayscale: #797979. Windows color (decimal): -8288988 or 2393473. OLE color: 2393473.
HSL color Cylindrical-coordinate representation of color #818524: hue angle of 62.47º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #818524 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 36 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.48 |
| HSL | 62.47º | 0.57% | 0.33% | - |
| HSV(B) | 62.47º | 0.73% | 0.52% | - |
| XYZ | 17.76 | 21.57 | 4.9 | - |
| YUV | 120.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 36 | 0.03 | 0 | 0.73 | 0.48 | 62.47 | 0.57 | 0.33 |
| Hex | 81 | 85 | 24 | 3 | 0 | 49 | 30 | 3E | 39 | 21 |
| Octal | 201 | 205 | 44 | 3 | 0 | 111 | 60 | 76 | 71 | 41 |
| Binary | 10000001 | 10000101 | 100100 | 11 | 0 | 1001001 | 110000 | 111110 | 111001 | 100001 |
Color Harmonies of #818524
Complementary color
Monochromatic Colors of #818524
Black with #818524
Text Example
Text Example
White with #818524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818524; }
p { color: rgb(129,133,36); }
H1.HeaderClassName
{
color: #818524;
}
.AnyTagClassName
{
color: #818524;
}
</style>
background-color css
<style>
a { background-color: #818524; }
a { background-color: rgb(129,133,36); }
div.DivClassName
{
background-color: #818524;
}
.BgClassName
{
background-color: #818524;
}
</style>
border-color css
<style>
span { border-color: #818524; }
span { border-color: rgb(129,133,36); }
td.TdClassName
{
border-color: #818524;
}
.TagClassName
{
border-color: #818524;
}
</style>