Shades of Deep Fir #114721
Tints of Deep Fir #114721
RGB
CMYK
RGB Variations
Color information
#114721 (or 0x114721) is known color: Deep Fir. HEX triplet: 11, 47 and 21. RGB value is (17,71,33). Sum of RGB (Red+Green+Blue) = 17+71+33=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #114721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114721 is #EEB8DE. Grayscale: #323232. Windows color (decimal): -15644895 or 2180881. OLE color: 2180881.
HSL color Cylindrical-coordinate representation of color #114721: hue angle of 137.78º 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 #114721 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 33 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.72 |
| HSL | 137.78º | 0.61% | 0.17% | - |
| HSV(B) | 137.78º | 0.76% | 0.28% | - |
| XYZ | 2.76 | 4.74 | 2.21 | - |
| YUV | 50.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 33 | 0.76 | 0 | 0.54 | 0.72 | 137.78 | 0.61 | 0.17 |
| Hex | 11 | 47 | 21 | 4C | 0 | 36 | 48 | 8A | 3D | 11 |
| Octal | 21 | 107 | 41 | 114 | 0 | 66 | 110 | 212 | 75 | 21 |
| Binary | 10001 | 1000111 | 100001 | 1001100 | 0 | 110110 | 1001000 | 10001010 | 111101 | 10001 |
Color Harmonies of #114721
Complementary color
Monochromatic Colors of #114721
Black with #114721
Text Example
Text Example
White with #114721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114721; }
p { color: rgb(17,71,33); }
H1.HeaderClassName
{
color: #114721;
}
.AnyTagClassName
{
color: #114721;
}
</style>
background-color css
<style>
a { background-color: #114721; }
a { background-color: rgb(17,71,33); }
div.DivClassName
{
background-color: #114721;
}
.BgClassName
{
background-color: #114721;
}
</style>
border-color css
<style>
span { border-color: #114721; }
span { border-color: rgb(17,71,33); }
td.TdClassName
{
border-color: #114721;
}
.TagClassName
{
border-color: #114721;
}
</style>