Shades of Hemlock #737542
Tints of Hemlock #737542
RGB
CMYK
RGB Variations
Color information
#737542 (or 0x737542) is known color: Hemlock. HEX triplet: 73, 75 and 42. RGB value is (115,117,66). Sum of RGB (Red+Green+Blue) = 115+117+66=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #737542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737542 is #8C8ABD. Grayscale: #6E6E6E. Windows color (decimal): -9210558 or 4355443. OLE color: 4355443.
HSL color Cylindrical-coordinate representation of color #737542: hue angle of 62.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737542 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 66 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.54 |
| HSL | 62.35º | 0.28% | 0.36% | - |
| HSV(B) | 62.35º | 0.44% | 0.46% | - |
| XYZ | 14.41 | 16.76 | 7.63 | - |
| YUV | 110.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 66 | 0.02 | 0 | 0.44 | 0.54 | 62.35 | 0.28 | 0.36 |
| Hex | 73 | 75 | 42 | 2 | 0 | 2C | 36 | 3E | 1C | 24 |
| Octal | 163 | 165 | 102 | 2 | 0 | 54 | 66 | 76 | 34 | 44 |
| Binary | 1110011 | 1110101 | 1000010 | 10 | 0 | 101100 | 110110 | 111110 | 11100 | 100100 |
Color Harmonies of #737542
Complementary color
Monochromatic Colors of #737542
Black with #737542
Text Example
Text Example
White with #737542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737542; }
p { color: rgb(115,117,66); }
H1.HeaderClassName
{
color: #737542;
}
.AnyTagClassName
{
color: #737542;
}
</style>
background-color css
<style>
a { background-color: #737542; }
a { background-color: rgb(115,117,66); }
div.DivClassName
{
background-color: #737542;
}
.BgClassName
{
background-color: #737542;
}
</style>
border-color css
<style>
span { border-color: #737542; }
span { border-color: rgb(115,117,66); }
td.TdClassName
{
border-color: #737542;
}
.TagClassName
{
border-color: #737542;
}
</style>