Shades of Trendy Green #818528
Tints of Trendy Green #818528
RGB
CMYK
RGB Variations
Color information
#818528 (or 0x818528) is known color: Trendy Green. HEX triplet: 81, 85 and 28. RGB value is (129,133,40). Sum of RGB (Red+Green+Blue) = 129+133+40=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #818528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818528 is #7E7AD7. Grayscale: #797979. Windows color (decimal): -8288984 or 2655617. OLE color: 2655617.
HSL color Cylindrical-coordinate representation of color #818528: hue angle of 62.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #818528 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 40 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.48 |
| HSL | 62.58º | 0.54% | 0.34% | - |
| HSV(B) | 62.58º | 0.7% | 0.52% | - |
| XYZ | 17.82 | 21.6 | 5.24 | - |
| YUV | 121.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 40 | 0.03 | 0 | 0.70 | 0.48 | 62.58 | 0.54 | 0.34 |
| Hex | 81 | 85 | 28 | 3 | 0 | 46 | 30 | 3F | 36 | 22 |
| Octal | 201 | 205 | 50 | 3 | 0 | 106 | 60 | 77 | 66 | 42 |
| Binary | 10000001 | 10000101 | 101000 | 11 | 0 | 1000110 | 110000 | 111111 | 110110 | 100010 |
Color Harmonies of #818528
Complementary color
Monochromatic Colors of #818528
Black with #818528
Text Example
Text Example
White with #818528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818528; }
p { color: rgb(129,133,40); }
H1.HeaderClassName
{
color: #818528;
}
.AnyTagClassName
{
color: #818528;
}
</style>
background-color css
<style>
a { background-color: #818528; }
a { background-color: rgb(129,133,40); }
div.DivClassName
{
background-color: #818528;
}
.BgClassName
{
background-color: #818528;
}
</style>
border-color css
<style>
span { border-color: #818528; }
span { border-color: rgb(129,133,40); }
td.TdClassName
{
border-color: #818528;
}
.TagClassName
{
border-color: #818528;
}
</style>