Shades of Trendy Green #808035
Tints of Trendy Green #808035
RGB
CMYK
RGB Variations
Color information
#808035 (or 0x808035) is known color: Trendy Green. HEX triplet: 80, 80 and 35. RGB value is (128,128,53). Sum of RGB (Red+Green+Blue) = 128+128+53=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808035 is #7F7FCA. Grayscale: #777777. Windows color (decimal): -8355787 or 3506304. OLE color: 3506304.
HSL color Cylindrical-coordinate representation of color #808035: hue angle of 60º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #808035 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 53 | - |
| CMYK | 0 | 0 | 0.59 | 0.50 |
| HSL | 60º | 0.41% | 0.35% | - |
| HSV(B) | 60º | 0.59% | 0.5% | - |
| XYZ | 17.26 | 20.28 | 6.37 | - |
| YUV | 119.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 53 | 0 | 0 | 0.59 | 0.50 | 60 | 0.41 | 0.35 |
| Hex | 80 | 80 | 35 | 0 | 0 | 3B | 32 | 3C | 29 | 23 |
| Octal | 200 | 200 | 65 | 0 | 0 | 73 | 62 | 74 | 51 | 43 |
| Binary | 10000000 | 10000000 | 110101 | 0 | 0 | 111011 | 110010 | 111100 | 101001 | 100011 |
Color Harmonies of #808035
Complementary color
Monochromatic Colors of #808035
Black with #808035
Text Example
Text Example
White with #808035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808035; }
p { color: rgb(128,128,53); }
H1.HeaderClassName
{
color: #808035;
}
.AnyTagClassName
{
color: #808035;
}
</style>
background-color css
<style>
a { background-color: #808035; }
a { background-color: rgb(128,128,53); }
div.DivClassName
{
background-color: #808035;
}
.BgClassName
{
background-color: #808035;
}
</style>
border-color css
<style>
span { border-color: #808035; }
span { border-color: rgb(128,128,53); }
td.TdClassName
{
border-color: #808035;
}
.TagClassName
{
border-color: #808035;
}
</style>