Shades of Trendy Green #728319
Tints of Trendy Green #728319
RGB
CMYK
RGB Variations
Color information
#728319 (or 0x728319) is known color: Trendy Green. HEX triplet: 72, 83 and 19. RGB value is (114,131,25). Sum of RGB (Red+Green+Blue) = 114+131+25=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #728319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728319 is #8D7CE6. Grayscale: #727272. Windows color (decimal): -9272551 or 1672050. OLE color: 1672050.
HSL color Cylindrical-coordinate representation of color #728319: hue angle of 69.62º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #728319 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 25 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.49 |
| HSL | 69.62º | 0.68% | 0.31% | - |
| HSV(B) | 69.62º | 0.81% | 0.51% | - |
| XYZ | 15.23 | 19.88 | 3.95 | - |
| YUV | 113.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 25 | 0.13 | 0 | 0.81 | 0.49 | 69.62 | 0.68 | 0.31 |
| Hex | 72 | 83 | 19 | D | 0 | 51 | 31 | 46 | 44 | 1F |
| Octal | 162 | 203 | 31 | 15 | 0 | 121 | 61 | 106 | 104 | 37 |
| Binary | 1110010 | 10000011 | 11001 | 1101 | 0 | 1010001 | 110001 | 1000110 | 1000100 | 11111 |
Color Harmonies of #728319
Complementary color
Monochromatic Colors of #728319
Black with #728319
Text Example
Text Example
White with #728319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728319; }
p { color: rgb(114,131,25); }
H1.HeaderClassName
{
color: #728319;
}
.AnyTagClassName
{
color: #728319;
}
</style>
background-color css
<style>
a { background-color: #728319; }
a { background-color: rgb(114,131,25); }
div.DivClassName
{
background-color: #728319;
}
.BgClassName
{
background-color: #728319;
}
</style>
border-color css
<style>
span { border-color: #728319; }
span { border-color: rgb(114,131,25); }
td.TdClassName
{
border-color: #728319;
}
.TagClassName
{
border-color: #728319;
}
</style>