Shades of Trendy Green #808513
Tints of Trendy Green #808513
RGB
CMYK
RGB Variations
Color information
#808513 (or 0x808513) is known color: Trendy Green. HEX triplet: 80, 85 and 13. RGB value is (128,133,19). Sum of RGB (Red+Green+Blue) = 128+133+19=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #808513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808513 is #7F7AEC. Grayscale: #767676. Windows color (decimal): -8354541 or 1279360. OLE color: 1279360.
HSL color Cylindrical-coordinate representation of color #808513: hue angle of 62.63º 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 #808513 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 19 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.48 |
| HSL | 62.63º | 0.75% | 0.3% | - |
| HSV(B) | 62.63º | 0.86% | 0.52% | - |
| XYZ | 17.41 | 21.41 | 3.83 | - |
| YUV | 118.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 19 | 0.04 | 0 | 0.86 | 0.48 | 62.63 | 0.75 | 0.3 |
| Hex | 80 | 85 | 13 | 4 | 0 | 56 | 30 | 3F | 4B | 1E |
| Octal | 200 | 205 | 23 | 4 | 0 | 126 | 60 | 77 | 113 | 36 |
| Binary | 10000000 | 10000101 | 10011 | 100 | 0 | 1010110 | 110000 | 111111 | 1001011 | 11110 |
Color Harmonies of #808513
Complementary color
Monochromatic Colors of #808513
Black with #808513
Text Example
Text Example
White with #808513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808513; }
p { color: rgb(128,133,19); }
H1.HeaderClassName
{
color: #808513;
}
.AnyTagClassName
{
color: #808513;
}
</style>
background-color css
<style>
a { background-color: #808513; }
a { background-color: rgb(128,133,19); }
div.DivClassName
{
background-color: #808513;
}
.BgClassName
{
background-color: #808513;
}
</style>
border-color css
<style>
span { border-color: #808513; }
span { border-color: rgb(128,133,19); }
td.TdClassName
{
border-color: #808513;
}
.TagClassName
{
border-color: #808513;
}
</style>