Shades of Hemlock #737140
Tints of Hemlock #737140
RGB
CMYK
RGB Variations
Color information
#737140 (or 0x737140) is known color: Hemlock. HEX triplet: 73, 71 and 40. RGB value is (115,113,64). Sum of RGB (Red+Green+Blue) = 115+113+64=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #737140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737140 is #8C8EBF. Grayscale: #6C6C6C. Windows color (decimal): -9211584 or 4223347. OLE color: 4223347.
HSL color Cylindrical-coordinate representation of color #737140: hue angle of 57.65º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737140 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 64 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.55 |
| HSL | 57.65º | 0.28% | 0.35% | - |
| HSV(B) | 57.65º | 0.44% | 0.45% | - |
| XYZ | 13.9 | 15.83 | 7.17 | - |
| YUV | 108.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 64 | 0 | 0.02 | 0.44 | 0.55 | 57.65 | 0.28 | 0.35 |
| Hex | 73 | 71 | 40 | 0 | 2 | 2C | 37 | 3A | 1C | 23 |
| Octal | 163 | 161 | 100 | 0 | 2 | 54 | 67 | 72 | 34 | 43 |
| Binary | 1110011 | 1110001 | 1000000 | 0 | 10 | 101100 | 110111 | 111010 | 11100 | 100011 |
Color Harmonies of #737140
Complementary color
Monochromatic Colors of #737140
Black with #737140
Text Example
Text Example
White with #737140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737140; }
p { color: rgb(115,113,64); }
H1.HeaderClassName
{
color: #737140;
}
.AnyTagClassName
{
color: #737140;
}
</style>
background-color css
<style>
a { background-color: #737140; }
a { background-color: rgb(115,113,64); }
div.DivClassName
{
background-color: #737140;
}
.BgClassName
{
background-color: #737140;
}
</style>
border-color css
<style>
span { border-color: #737140; }
span { border-color: rgb(115,113,64); }
td.TdClassName
{
border-color: #737140;
}
.TagClassName
{
border-color: #737140;
}
</style>