Shades of Trendy Green #738031
Tints of Trendy Green #738031
RGB
CMYK
RGB Variations
Color information
#738031 (or 0x738031) is known color: Trendy Green. HEX triplet: 73, 80 and 31. RGB value is (115,128,49). Sum of RGB (Red+Green+Blue) = 115+128+49=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #738031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738031 is #8C7FCE. Grayscale: #737373. Windows color (decimal): -9207759 or 3244147. OLE color: 3244147.
HSL color Cylindrical-coordinate representation of color #738031: hue angle of 69.87º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #738031 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 49 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.50 |
| HSL | 69.87º | 0.45% | 0.35% | - |
| HSV(B) | 69.87º | 0.62% | 0.5% | - |
| XYZ | 15.34 | 19.3 | 5.82 | - |
| YUV | 115.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 49 | 0.10 | 0 | 0.62 | 0.50 | 69.87 | 0.45 | 0.35 |
| Hex | 73 | 80 | 31 | A | 0 | 3E | 32 | 46 | 2D | 23 |
| Octal | 163 | 200 | 61 | 12 | 0 | 76 | 62 | 106 | 55 | 43 |
| Binary | 1110011 | 10000000 | 110001 | 1010 | 0 | 111110 | 110010 | 1000110 | 101101 | 100011 |
Color Harmonies of #738031
Complementary color
Monochromatic Colors of #738031
Black with #738031
Text Example
Text Example
White with #738031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738031; }
p { color: rgb(115,128,49); }
H1.HeaderClassName
{
color: #738031;
}
.AnyTagClassName
{
color: #738031;
}
</style>
background-color css
<style>
a { background-color: #738031; }
a { background-color: rgb(115,128,49); }
div.DivClassName
{
background-color: #738031;
}
.BgClassName
{
background-color: #738031;
}
</style>
border-color css
<style>
span { border-color: #738031; }
span { border-color: rgb(115,128,49); }
td.TdClassName
{
border-color: #738031;
}
.TagClassName
{
border-color: #738031;
}
</style>