Shades of Hemlock #717248
Tints of Hemlock #717248
RGB
CMYK
RGB Variations
Color information
#717248 (or 0x717248) is known color: Hemlock. HEX triplet: 71, 72 and 48. RGB value is (113,114,72). Sum of RGB (Red+Green+Blue) = 113+114+72=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #717248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717248 is #8E8DB7. Grayscale: #6D6D6D. Windows color (decimal): -9342392 or 4747889. OLE color: 4747889.
HSL color Cylindrical-coordinate representation of color #717248: hue angle of 61.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #717248 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 72 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.55 |
| HSL | 61.43º | 0.23% | 0.36% | - |
| HSV(B) | 61.43º | 0.37% | 0.45% | - |
| XYZ | 14 | 16.01 | 8.48 | - |
| YUV | 108.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 72 | 0.01 | 0 | 0.37 | 0.55 | 61.43 | 0.23 | 0.36 |
| Hex | 71 | 72 | 48 | 1 | 0 | 25 | 37 | 3D | 17 | 24 |
| Octal | 161 | 162 | 110 | 1 | 0 | 45 | 67 | 75 | 27 | 44 |
| Binary | 1110001 | 1110010 | 1001000 | 1 | 0 | 100101 | 110111 | 111101 | 10111 | 100100 |
Color Harmonies of #717248
Complementary color
Monochromatic Colors of #717248
Black with #717248
Text Example
Text Example
White with #717248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717248; }
p { color: rgb(113,114,72); }
H1.HeaderClassName
{
color: #717248;
}
.AnyTagClassName
{
color: #717248;
}
</style>
background-color css
<style>
a { background-color: #717248; }
a { background-color: rgb(113,114,72); }
div.DivClassName
{
background-color: #717248;
}
.BgClassName
{
background-color: #717248;
}
</style>
border-color css
<style>
span { border-color: #717248; }
span { border-color: rgb(113,114,72); }
td.TdClassName
{
border-color: #717248;
}
.TagClassName
{
border-color: #717248;
}
</style>