Shades of Trendy Green #728036
Tints of Trendy Green #728036
RGB
CMYK
RGB Variations
Color information
#728036 (or 0x728036) is known color: Trendy Green. HEX triplet: 72, 80 and 36. RGB value is (114,128,54). Sum of RGB (Red+Green+Blue) = 114+128+54=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #728036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728036 is #8D7FC9. Grayscale: #737373. Windows color (decimal): -9273290 or 3571826. OLE color: 3571826.
HSL color Cylindrical-coordinate representation of color #728036: hue angle of 71.35º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #728036 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 54 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.50 |
| HSL | 71.35º | 0.41% | 0.36% | - |
| HSV(B) | 71.35º | 0.58% | 0.5% | - |
| XYZ | 15.32 | 19.28 | 6.4 | - |
| YUV | 115.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 54 | 0.11 | 0 | 0.58 | 0.50 | 71.35 | 0.41 | 0.36 |
| Hex | 72 | 80 | 36 | B | 0 | 3A | 32 | 47 | 29 | 24 |
| Octal | 162 | 200 | 66 | 13 | 0 | 72 | 62 | 107 | 51 | 44 |
| Binary | 1110010 | 10000000 | 110110 | 1011 | 0 | 111010 | 110010 | 1000111 | 101001 | 100100 |
Color Harmonies of #728036
Complementary color
Monochromatic Colors of #728036
Black with #728036
Text Example
Text Example
White with #728036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728036; }
p { color: rgb(114,128,54); }
H1.HeaderClassName
{
color: #728036;
}
.AnyTagClassName
{
color: #728036;
}
</style>
background-color css
<style>
a { background-color: #728036; }
a { background-color: rgb(114,128,54); }
div.DivClassName
{
background-color: #728036;
}
.BgClassName
{
background-color: #728036;
}
</style>
border-color css
<style>
span { border-color: #728036; }
span { border-color: rgb(114,128,54); }
td.TdClassName
{
border-color: #728036;
}
.TagClassName
{
border-color: #728036;
}
</style>