Shades of Trendy Green #728231
Tints of Trendy Green #728231
RGB
CMYK
RGB Variations
Color information
#728231 (or 0x728231) is known color: Trendy Green. HEX triplet: 72, 82 and 31. RGB value is (114,130,49). Sum of RGB (Red+Green+Blue) = 114+130+49=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #728231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728231 is #8D7DCE. Grayscale: #747474. Windows color (decimal): -9272783 or 3244658. OLE color: 3244658.
HSL color Cylindrical-coordinate representation of color #728231: hue angle of 71.85º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #728231 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 49 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.49 |
| HSL | 71.85º | 0.45% | 0.35% | - |
| HSV(B) | 71.85º | 0.62% | 0.51% | - |
| XYZ | 15.48 | 19.76 | 5.9 | - |
| YUV | 115.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 49 | 0.12 | 0 | 0.62 | 0.49 | 71.85 | 0.45 | 0.35 |
| Hex | 72 | 82 | 31 | C | 0 | 3E | 31 | 48 | 2D | 23 |
| Octal | 162 | 202 | 61 | 14 | 0 | 76 | 61 | 110 | 55 | 43 |
| Binary | 1110010 | 10000010 | 110001 | 1100 | 0 | 111110 | 110001 | 1001000 | 101101 | 100011 |
Color Harmonies of #728231
Complementary color
Monochromatic Colors of #728231
Black with #728231
Text Example
Text Example
White with #728231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728231; }
p { color: rgb(114,130,49); }
H1.HeaderClassName
{
color: #728231;
}
.AnyTagClassName
{
color: #728231;
}
</style>
background-color css
<style>
a { background-color: #728231; }
a { background-color: rgb(114,130,49); }
div.DivClassName
{
background-color: #728231;
}
.BgClassName
{
background-color: #728231;
}
</style>
border-color css
<style>
span { border-color: #728231; }
span { border-color: rgb(114,130,49); }
td.TdClassName
{
border-color: #728231;
}
.TagClassName
{
border-color: #728231;
}
</style>