Shades of Deep Fir #114620
Tints of Deep Fir #114620
RGB
CMYK
RGB Variations
Color information
#114620 (or 0x114620) is known color: Deep Fir. HEX triplet: 11, 46 and 20. RGB value is (17,70,32). Sum of RGB (Red+Green+Blue) = 17+70+32=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #114620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114620 is #EEB9DF. Grayscale: #313131. Windows color (decimal): -15645152 or 2115089. OLE color: 2115089.
HSL color Cylindrical-coordinate representation of color #114620: hue angle of 136.98º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114620 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 32 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.73 |
| HSL | 136.98º | 0.61% | 0.17% | - |
| HSV(B) | 136.98º | 0.76% | 0.27% | - |
| XYZ | 2.68 | 4.6 | 2.11 | - |
| YUV | 49.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 32 | 0.76 | 0 | 0.54 | 0.73 | 136.98 | 0.61 | 0.17 |
| Hex | 11 | 46 | 20 | 4C | 0 | 36 | 49 | 89 | 3D | 11 |
| Octal | 21 | 106 | 40 | 114 | 0 | 66 | 111 | 211 | 75 | 21 |
| Binary | 10001 | 1000110 | 100000 | 1001100 | 0 | 110110 | 1001001 | 10001001 | 111101 | 10001 |
Color Harmonies of #114620
Complementary color
Monochromatic Colors of #114620
Black with #114620
Text Example
Text Example
White with #114620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114620; }
p { color: rgb(17,70,32); }
H1.HeaderClassName
{
color: #114620;
}
.AnyTagClassName
{
color: #114620;
}
</style>
background-color css
<style>
a { background-color: #114620; }
a { background-color: rgb(17,70,32); }
div.DivClassName
{
background-color: #114620;
}
.BgClassName
{
background-color: #114620;
}
</style>
border-color css
<style>
span { border-color: #114620; }
span { border-color: rgb(17,70,32); }
td.TdClassName
{
border-color: #114620;
}
.TagClassName
{
border-color: #114620;
}
</style>