Shades of Hemlock #717241
Tints of Hemlock #717241
RGB
CMYK
RGB Variations
Color information
#717241 (or 0x717241) is known color: Hemlock. HEX triplet: 71, 72 and 41. RGB value is (113,114,65). Sum of RGB (Red+Green+Blue) = 113+114+65=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #717241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717241 is #8E8DBE. Grayscale: #6C6C6C. Windows color (decimal): -9342399 or 4289137. OLE color: 4289137.
HSL color Cylindrical-coordinate representation of color #717241: hue angle of 61.22º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #717241 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 65 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.55 |
| HSL | 61.22º | 0.27% | 0.35% | - |
| HSV(B) | 61.22º | 0.43% | 0.45% | - |
| XYZ | 13.78 | 15.93 | 7.35 | - |
| YUV | 108.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 65 | 0.01 | 0 | 0.43 | 0.55 | 61.22 | 0.27 | 0.35 |
| Hex | 71 | 72 | 41 | 1 | 0 | 2B | 37 | 3D | 1B | 23 |
| Octal | 161 | 162 | 101 | 1 | 0 | 53 | 67 | 75 | 33 | 43 |
| Binary | 1110001 | 1110010 | 1000001 | 1 | 0 | 101011 | 110111 | 111101 | 11011 | 100011 |
Color Harmonies of #717241
Complementary color
Monochromatic Colors of #717241
Black with #717241
Text Example
Text Example
White with #717241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717241; }
p { color: rgb(113,114,65); }
H1.HeaderClassName
{
color: #717241;
}
.AnyTagClassName
{
color: #717241;
}
</style>
background-color css
<style>
a { background-color: #717241; }
a { background-color: rgb(113,114,65); }
div.DivClassName
{
background-color: #717241;
}
.BgClassName
{
background-color: #717241;
}
</style>
border-color css
<style>
span { border-color: #717241; }
span { border-color: rgb(113,114,65); }
td.TdClassName
{
border-color: #717241;
}
.TagClassName
{
border-color: #717241;
}
</style>