Shades of Trendy Green #808529
Tints of Trendy Green #808529
RGB
CMYK
RGB Variations
Color information
#808529 (or 0x808529) is known color: Trendy Green. HEX triplet: 80, 85 and 29. RGB value is (128,133,41). Sum of RGB (Red+Green+Blue) = 128+133+41=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #808529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808529 is #7F7AD6. Grayscale: #797979. Windows color (decimal): -8354519 or 2721152. OLE color: 2721152.
HSL color Cylindrical-coordinate representation of color #808529: hue angle of 63.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #808529 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 41 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.48 |
| HSL | 63.26º | 0.53% | 0.34% | - |
| HSV(B) | 63.26º | 0.69% | 0.52% | - |
| XYZ | 17.69 | 21.52 | 5.32 | - |
| YUV | 121.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 41 | 0.04 | 0 | 0.69 | 0.48 | 63.26 | 0.53 | 0.34 |
| Hex | 80 | 85 | 29 | 4 | 0 | 45 | 30 | 3F | 35 | 22 |
| Octal | 200 | 205 | 51 | 4 | 0 | 105 | 60 | 77 | 65 | 42 |
| Binary | 10000000 | 10000101 | 101001 | 100 | 0 | 1000101 | 110000 | 111111 | 110101 | 100010 |
Color Harmonies of #808529
Complementary color
Monochromatic Colors of #808529
Black with #808529
Text Example
Text Example
White with #808529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808529; }
p { color: rgb(128,133,41); }
H1.HeaderClassName
{
color: #808529;
}
.AnyTagClassName
{
color: #808529;
}
</style>
background-color css
<style>
a { background-color: #808529; }
a { background-color: rgb(128,133,41); }
div.DivClassName
{
background-color: #808529;
}
.BgClassName
{
background-color: #808529;
}
</style>
border-color css
<style>
span { border-color: #808529; }
span { border-color: rgb(128,133,41); }
td.TdClassName
{
border-color: #808529;
}
.TagClassName
{
border-color: #808529;
}
</style>