Shades of Trendy Green #818526
Tints of Trendy Green #818526
RGB
CMYK
RGB Variations
Color information
#818526 (or 0x818526) is known color: Trendy Green. HEX triplet: 81, 85 and 26. RGB value is (129,133,38). Sum of RGB (Red+Green+Blue) = 129+133+38=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #818526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818526 is #7E7AD9. Grayscale: #797979. Windows color (decimal): -8288986 or 2524545. OLE color: 2524545.
HSL color Cylindrical-coordinate representation of color #818526: hue angle of 62.53º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #818526 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 38 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.48 |
| HSL | 62.53º | 0.56% | 0.34% | - |
| HSV(B) | 62.53º | 0.71% | 0.52% | - |
| XYZ | 17.79 | 21.58 | 5.06 | - |
| YUV | 120.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 38 | 0.03 | 0 | 0.71 | 0.48 | 62.53 | 0.56 | 0.34 |
| Hex | 81 | 85 | 26 | 3 | 0 | 47 | 30 | 3F | 38 | 22 |
| Octal | 201 | 205 | 46 | 3 | 0 | 107 | 60 | 77 | 70 | 42 |
| Binary | 10000001 | 10000101 | 100110 | 11 | 0 | 1000111 | 110000 | 111111 | 111000 | 100010 |
Color Harmonies of #818526
Complementary color
Monochromatic Colors of #818526
Black with #818526
Text Example
Text Example
White with #818526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818526; }
p { color: rgb(129,133,38); }
H1.HeaderClassName
{
color: #818526;
}
.AnyTagClassName
{
color: #818526;
}
</style>
background-color css
<style>
a { background-color: #818526; }
a { background-color: rgb(129,133,38); }
div.DivClassName
{
background-color: #818526;
}
.BgClassName
{
background-color: #818526;
}
</style>
border-color css
<style>
span { border-color: #818526; }
span { border-color: rgb(129,133,38); }
td.TdClassName
{
border-color: #818526;
}
.TagClassName
{
border-color: #818526;
}
</style>