Shades of Hemlock #737540
Tints of Hemlock #737540
RGB
CMYK
RGB Variations
Color information
#737540 (or 0x737540) is known color: Hemlock. HEX triplet: 73, 75 and 40. RGB value is (115,117,64). Sum of RGB (Red+Green+Blue) = 115+117+64=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #737540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737540 is #8C8ABF. Grayscale: #6E6E6E. Windows color (decimal): -9210560 or 4224371. OLE color: 4224371.
HSL color Cylindrical-coordinate representation of color #737540: hue angle of 62.26º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #737540 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 64 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.54 |
| HSL | 62.26º | 0.29% | 0.35% | - |
| HSV(B) | 62.26º | 0.45% | 0.46% | - |
| XYZ | 14.36 | 16.74 | 7.32 | - |
| YUV | 110.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 64 | 0.02 | 0 | 0.45 | 0.54 | 62.26 | 0.29 | 0.35 |
| Hex | 73 | 75 | 40 | 2 | 0 | 2D | 36 | 3E | 1D | 23 |
| Octal | 163 | 165 | 100 | 2 | 0 | 55 | 66 | 76 | 35 | 43 |
| Binary | 1110011 | 1110101 | 1000000 | 10 | 0 | 101101 | 110110 | 111110 | 11101 | 100011 |
Color Harmonies of #737540
Complementary color
Monochromatic Colors of #737540
Black with #737540
Text Example
Text Example
White with #737540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737540; }
p { color: rgb(115,117,64); }
H1.HeaderClassName
{
color: #737540;
}
.AnyTagClassName
{
color: #737540;
}
</style>
background-color css
<style>
a { background-color: #737540; }
a { background-color: rgb(115,117,64); }
div.DivClassName
{
background-color: #737540;
}
.BgClassName
{
background-color: #737540;
}
</style>
border-color css
<style>
span { border-color: #737540; }
span { border-color: rgb(115,117,64); }
td.TdClassName
{
border-color: #737540;
}
.TagClassName
{
border-color: #737540;
}
</style>