Shades of Trendy Green #728420
Tints of Trendy Green #728420
RGB
CMYK
RGB Variations
Color information
#728420 (or 0x728420) is known color: Trendy Green. HEX triplet: 72, 84 and 20. RGB value is (114,132,32). Sum of RGB (Red+Green+Blue) = 114+132+32=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #728420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728420 is #8D7BDF. Grayscale: #737373. Windows color (decimal): -9272288 or 2131058. OLE color: 2131058.
HSL color Cylindrical-coordinate representation of color #728420: hue angle of 70.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #728420 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 32 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.48 |
| HSL | 70.8º | 0.61% | 0.32% | - |
| HSV(B) | 70.8º | 0.76% | 0.52% | - |
| XYZ | 15.45 | 20.18 | 4.45 | - |
| YUV | 115.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 32 | 0.14 | 0 | 0.76 | 0.48 | 70.8 | 0.61 | 0.32 |
| Hex | 72 | 84 | 20 | E | 0 | 4C | 30 | 47 | 3D | 20 |
| Octal | 162 | 204 | 40 | 16 | 0 | 114 | 60 | 107 | 75 | 40 |
| Binary | 1110010 | 10000100 | 100000 | 1110 | 0 | 1001100 | 110000 | 1000111 | 111101 | 100000 |
Color Harmonies of #728420
Complementary color
Monochromatic Colors of #728420
Black with #728420
Text Example
Text Example
White with #728420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728420; }
p { color: rgb(114,132,32); }
H1.HeaderClassName
{
color: #728420;
}
.AnyTagClassName
{
color: #728420;
}
</style>
background-color css
<style>
a { background-color: #728420; }
a { background-color: rgb(114,132,32); }
div.DivClassName
{
background-color: #728420;
}
.BgClassName
{
background-color: #728420;
}
</style>
border-color css
<style>
span { border-color: #728420; }
span { border-color: rgb(114,132,32); }
td.TdClassName
{
border-color: #728420;
}
.TagClassName
{
border-color: #728420;
}
</style>