Shades of Trendy Green #818525
Tints of Trendy Green #818525
RGB
CMYK
RGB Variations
Color information
#818525 (or 0x818525) is known color: Trendy Green. HEX triplet: 81, 85 and 25. RGB value is (129,133,37). Sum of RGB (Red+Green+Blue) = 129+133+37=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #818525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818525 is #7E7ADA. Grayscale: #797979. Windows color (decimal): -8288987 or 2459009. OLE color: 2459009.
HSL color Cylindrical-coordinate representation of color #818525: hue angle of 62.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #818525 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 37 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.48 |
| HSL | 62.5º | 0.56% | 0.33% | - |
| HSV(B) | 62.5º | 0.72% | 0.52% | - |
| XYZ | 17.77 | 21.58 | 4.98 | - |
| YUV | 120.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 37 | 0.03 | 0 | 0.72 | 0.48 | 62.5 | 0.56 | 0.33 |
| Hex | 81 | 85 | 25 | 3 | 0 | 48 | 30 | 3F | 38 | 21 |
| Octal | 201 | 205 | 45 | 3 | 0 | 110 | 60 | 77 | 70 | 41 |
| Binary | 10000001 | 10000101 | 100101 | 11 | 0 | 1001000 | 110000 | 111111 | 111000 | 100001 |
Color Harmonies of #818525
Complementary color
Monochromatic Colors of #818525
Black with #818525
Text Example
Text Example
White with #818525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818525; }
p { color: rgb(129,133,37); }
H1.HeaderClassName
{
color: #818525;
}
.AnyTagClassName
{
color: #818525;
}
</style>
background-color css
<style>
a { background-color: #818525; }
a { background-color: rgb(129,133,37); }
div.DivClassName
{
background-color: #818525;
}
.BgClassName
{
background-color: #818525;
}
</style>
border-color css
<style>
span { border-color: #818525; }
span { border-color: rgb(129,133,37); }
td.TdClassName
{
border-color: #818525;
}
.TagClassName
{
border-color: #818525;
}
</style>