Shades of Deep Fir #114720
Tints of Deep Fir #114720
RGB
CMYK
RGB Variations
Color information
#114720 (or 0x114720) is known color: Deep Fir. HEX triplet: 11, 47 and 20. RGB value is (17,71,32). Sum of RGB (Red+Green+Blue) = 17+71+32=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #114720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114720 is #EEB8DF. Grayscale: #323232. Windows color (decimal): -15644896 or 2115345. OLE color: 2115345.
HSL color Cylindrical-coordinate representation of color #114720: hue angle of 136.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114720 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 32 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.72 |
| HSL | 136.67º | 0.61% | 0.17% | - |
| HSV(B) | 136.67º | 0.76% | 0.28% | - |
| XYZ | 2.75 | 4.73 | 2.13 | - |
| YUV | 50.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 32 | 0.76 | 0 | 0.55 | 0.72 | 136.67 | 0.61 | 0.17 |
| Hex | 11 | 47 | 20 | 4C | 0 | 37 | 48 | 89 | 3D | 11 |
| Octal | 21 | 107 | 40 | 114 | 0 | 67 | 110 | 211 | 75 | 21 |
| Binary | 10001 | 1000111 | 100000 | 1001100 | 0 | 110111 | 1001000 | 10001001 | 111101 | 10001 |
Color Harmonies of #114720
Complementary color
Monochromatic Colors of #114720
Black with #114720
Text Example
Text Example
White with #114720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114720; }
p { color: rgb(17,71,32); }
H1.HeaderClassName
{
color: #114720;
}
.AnyTagClassName
{
color: #114720;
}
</style>
background-color css
<style>
a { background-color: #114720; }
a { background-color: rgb(17,71,32); }
div.DivClassName
{
background-color: #114720;
}
.BgClassName
{
background-color: #114720;
}
</style>
border-color css
<style>
span { border-color: #114720; }
span { border-color: rgb(17,71,32); }
td.TdClassName
{
border-color: #114720;
}
.TagClassName
{
border-color: #114720;
}
</style>