Shades of Trendy Green #808224
Tints of Trendy Green #808224
RGB
CMYK
RGB Variations
Color information
#808224 (or 0x808224) is known color: Trendy Green. HEX triplet: 80, 82 and 24. RGB value is (128,130,36). Sum of RGB (Red+Green+Blue) = 128+130+36=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #808224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808224 is #7F7DDB. Grayscale: #777777. Windows color (decimal): -8355292 or 2392704. OLE color: 2392704.
HSL color Cylindrical-coordinate representation of color #808224: hue angle of 61.28º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #808224 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 36 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.49 |
| HSL | 61.28º | 0.57% | 0.33% | - |
| HSV(B) | 61.28º | 0.72% | 0.51% | - |
| XYZ | 17.2 | 20.68 | 4.75 | - |
| YUV | 118.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 36 | 0.02 | 0 | 0.72 | 0.49 | 61.28 | 0.57 | 0.33 |
| Hex | 80 | 82 | 24 | 2 | 0 | 48 | 31 | 3D | 39 | 21 |
| Octal | 200 | 202 | 44 | 2 | 0 | 110 | 61 | 75 | 71 | 41 |
| Binary | 10000000 | 10000010 | 100100 | 10 | 0 | 1001000 | 110001 | 111101 | 111001 | 100001 |
Color Harmonies of #808224
Complementary color
Monochromatic Colors of #808224
Black with #808224
Text Example
Text Example
White with #808224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808224; }
p { color: rgb(128,130,36); }
H1.HeaderClassName
{
color: #808224;
}
.AnyTagClassName
{
color: #808224;
}
</style>
background-color css
<style>
a { background-color: #808224; }
a { background-color: rgb(128,130,36); }
div.DivClassName
{
background-color: #808224;
}
.BgClassName
{
background-color: #808224;
}
</style>
border-color css
<style>
span { border-color: #808224; }
span { border-color: rgb(128,130,36); }
td.TdClassName
{
border-color: #808224;
}
.TagClassName
{
border-color: #808224;
}
</style>