Shades of Trendy Green #808428
Tints of Trendy Green #808428
RGB
CMYK
RGB Variations
Color information
#808428 (or 0x808428) is known color: Trendy Green. HEX triplet: 80, 84 and 28. RGB value is (128,132,40). Sum of RGB (Red+Green+Blue) = 128+132+40=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #808428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808428 is #7F7BD7. Grayscale: #787878. Windows color (decimal): -8354776 or 2655360. OLE color: 2655360.
HSL color Cylindrical-coordinate representation of color #808428: hue angle of 62.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #808428 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 40 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.48 |
| HSL | 62.61º | 0.53% | 0.34% | - |
| HSV(B) | 62.61º | 0.7% | 0.52% | - |
| XYZ | 17.54 | 21.24 | 5.18 | - |
| YUV | 120.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 40 | 0.03 | 0 | 0.70 | 0.48 | 62.61 | 0.53 | 0.34 |
| Hex | 80 | 84 | 28 | 3 | 0 | 46 | 30 | 3F | 35 | 22 |
| Octal | 200 | 204 | 50 | 3 | 0 | 106 | 60 | 77 | 65 | 42 |
| Binary | 10000000 | 10000100 | 101000 | 11 | 0 | 1000110 | 110000 | 111111 | 110101 | 100010 |
Color Harmonies of #808428
Complementary color
Monochromatic Colors of #808428
Black with #808428
Text Example
Text Example
White with #808428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808428; }
p { color: rgb(128,132,40); }
H1.HeaderClassName
{
color: #808428;
}
.AnyTagClassName
{
color: #808428;
}
</style>
background-color css
<style>
a { background-color: #808428; }
a { background-color: rgb(128,132,40); }
div.DivClassName
{
background-color: #808428;
}
.BgClassName
{
background-color: #808428;
}
</style>
border-color css
<style>
span { border-color: #808428; }
span { border-color: rgb(128,132,40); }
td.TdClassName
{
border-color: #808428;
}
.TagClassName
{
border-color: #808428;
}
</style>