Shades of Trendy Green #80822E
Tints of Trendy Green #80822E
RGB
CMYK
RGB Variations
Color information
#80822E (or 0x80822E) is known color: Trendy Green. HEX triplet: 80, 82 and 2E. RGB value is (128,130,46). Sum of RGB (Red+Green+Blue) = 128+130+46=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #80822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80822E is #7F7DD1. Grayscale: #787878. Windows color (decimal): -8355282 or 3048064. OLE color: 3048064.
HSL color Cylindrical-coordinate representation of color #80822E: hue angle of 61.43º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80822E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 46 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.49 |
| HSL | 61.43º | 0.48% | 0.35% | - |
| HSV(B) | 61.43º | 0.65% | 0.51% | - |
| XYZ | 17.38 | 20.75 | 5.67 | - |
| YUV | 119.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 46 | 0.02 | 0 | 0.65 | 0.49 | 61.43 | 0.48 | 0.35 |
| Hex | 80 | 82 | 2E | 2 | 0 | 41 | 31 | 3D | 30 | 23 |
| Octal | 200 | 202 | 56 | 2 | 0 | 101 | 61 | 75 | 60 | 43 |
| Binary | 10000000 | 10000010 | 101110 | 10 | 0 | 1000001 | 110001 | 111101 | 110000 | 100011 |
Color Harmonies of #80822E
Complementary color
Monochromatic Colors of #80822E
Black with #80822E
Text Example
Text Example
White with #80822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80822E; }
p { color: rgb(128,130,46); }
H1.HeaderClassName
{
color: #80822E;
}
.AnyTagClassName
{
color: #80822E;
}
</style>
background-color css
<style>
a { background-color: #80822E; }
a { background-color: rgb(128,130,46); }
div.DivClassName
{
background-color: #80822E;
}
.BgClassName
{
background-color: #80822E;
}
</style>
border-color css
<style>
span { border-color: #80822E; }
span { border-color: rgb(128,130,46); }
td.TdClassName
{
border-color: #80822E;
}
.TagClassName
{
border-color: #80822E;
}
</style>