Shades of Trendy Green #808328
Tints of Trendy Green #808328
RGB
CMYK
RGB Variations
Color information
#808328 (or 0x808328) is known color: Trendy Green. HEX triplet: 80, 83 and 28. RGB value is (128,131,40). Sum of RGB (Red+Green+Blue) = 128+131+40=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #808328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808328 is #7F7CD7. Grayscale: #787878. Windows color (decimal): -8355032 or 2655104. OLE color: 2655104.
HSL color Cylindrical-coordinate representation of color #808328: hue angle of 61.98º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #808328 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 40 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.49 |
| HSL | 61.98º | 0.53% | 0.34% | - |
| HSV(B) | 61.98º | 0.69% | 0.51% | - |
| XYZ | 17.4 | 20.98 | 5.14 | - |
| YUV | 119.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 40 | 0.02 | 0 | 0.69 | 0.49 | 61.98 | 0.53 | 0.34 |
| Hex | 80 | 83 | 28 | 2 | 0 | 45 | 31 | 3E | 35 | 22 |
| Octal | 200 | 203 | 50 | 2 | 0 | 105 | 61 | 76 | 65 | 42 |
| Binary | 10000000 | 10000011 | 101000 | 10 | 0 | 1000101 | 110001 | 111110 | 110101 | 100010 |
Color Harmonies of #808328
Complementary color
Monochromatic Colors of #808328
Black with #808328
Text Example
Text Example
White with #808328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808328; }
p { color: rgb(128,131,40); }
H1.HeaderClassName
{
color: #808328;
}
.AnyTagClassName
{
color: #808328;
}
</style>
background-color css
<style>
a { background-color: #808328; }
a { background-color: rgb(128,131,40); }
div.DivClassName
{
background-color: #808328;
}
.BgClassName
{
background-color: #808328;
}
</style>
border-color css
<style>
span { border-color: #808328; }
span { border-color: rgb(128,131,40); }
td.TdClassName
{
border-color: #808328;
}
.TagClassName
{
border-color: #808328;
}
</style>