Shades of Trendy Green #737D32
Tints of Trendy Green #737D32
RGB
CMYK
RGB Variations
Color information
#737D32 (or 0x737D32) is known color: Trendy Green. HEX triplet: 73, 7D and 32. RGB value is (115,125,50). Sum of RGB (Red+Green+Blue) = 115+125+50=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 125 - color contains mainly: green. Hex color #737D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737D32 is #8C82CD. Grayscale: #717171. Windows color (decimal): -9208526 or 3308915. OLE color: 3308915.
HSL color Cylindrical-coordinate representation of color #737D32: hue angle of 68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #737D32 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 50 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.51 |
| HSL | 68º | 0.43% | 0.34% | - |
| HSV(B) | 68º | 0.6% | 0.49% | - |
| XYZ | 14.98 | 18.54 | 5.81 | - |
| YUV | 113.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 50 | 0.08 | 0 | 0.60 | 0.51 | 68 | 0.43 | 0.34 |
| Hex | 73 | 7D | 32 | 8 | 0 | 3C | 33 | 44 | 2B | 22 |
| Octal | 163 | 175 | 62 | 10 | 0 | 74 | 63 | 104 | 53 | 42 |
| Binary | 1110011 | 1111101 | 110010 | 1000 | 0 | 111100 | 110011 | 1000100 | 101011 | 100010 |
Color Harmonies of #737D32
Complementary color
Monochromatic Colors of #737D32
Black with #737D32
Text Example
Text Example
White with #737D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D32; }
p { color: rgb(115,125,50); }
H1.HeaderClassName
{
color: #737D32;
}
.AnyTagClassName
{
color: #737D32;
}
</style>
background-color css
<style>
a { background-color: #737D32; }
a { background-color: rgb(115,125,50); }
div.DivClassName
{
background-color: #737D32;
}
.BgClassName
{
background-color: #737D32;
}
</style>
border-color css
<style>
span { border-color: #737D32; }
span { border-color: rgb(115,125,50); }
td.TdClassName
{
border-color: #737D32;
}
.TagClassName
{
border-color: #737D32;
}
</style>