Shades of Trendy Green #808413
Tints of Trendy Green #808413
RGB
CMYK
RGB Variations
Color information
#808413 (or 0x808413) is known color: Trendy Green. HEX triplet: 80, 84 and 13. RGB value is (128,132,19). Sum of RGB (Red+Green+Blue) = 128+132+19=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #808413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808413 is #7F7BEC. Grayscale: #767676. Windows color (decimal): -8354797 or 1279104. OLE color: 1279104.
HSL color Cylindrical-coordinate representation of color #808413: hue angle of 62.12º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #808413 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 19 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.48 |
| HSL | 62.12º | 0.75% | 0.3% | - |
| HSV(B) | 62.12º | 0.86% | 0.52% | - |
| XYZ | 17.27 | 21.14 | 3.79 | - |
| YUV | 117.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 19 | 0.03 | 0 | 0.86 | 0.48 | 62.12 | 0.75 | 0.3 |
| Hex | 80 | 84 | 13 | 3 | 0 | 56 | 30 | 3E | 4B | 1E |
| Octal | 200 | 204 | 23 | 3 | 0 | 126 | 60 | 76 | 113 | 36 |
| Binary | 10000000 | 10000100 | 10011 | 11 | 0 | 1010110 | 110000 | 111110 | 1001011 | 11110 |
Color Harmonies of #808413
Complementary color
Monochromatic Colors of #808413
Black with #808413
Text Example
Text Example
White with #808413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808413; }
p { color: rgb(128,132,19); }
H1.HeaderClassName
{
color: #808413;
}
.AnyTagClassName
{
color: #808413;
}
</style>
background-color css
<style>
a { background-color: #808413; }
a { background-color: rgb(128,132,19); }
div.DivClassName
{
background-color: #808413;
}
.BgClassName
{
background-color: #808413;
}
</style>
border-color css
<style>
span { border-color: #808413; }
span { border-color: rgb(128,132,19); }
td.TdClassName
{
border-color: #808413;
}
.TagClassName
{
border-color: #808413;
}
</style>