Shades of Deep Fir #114624
Tints of Deep Fir #114624
RGB
CMYK
RGB Variations
Color information
#114624 (or 0x114624) is known color: Deep Fir. HEX triplet: 11, 46 and 24. RGB value is (17,70,36). Sum of RGB (Red+Green+Blue) = 17+70+36=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #114624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114624 is #EEB9DB. Grayscale: #323232. Windows color (decimal): -15645148 or 2377233. OLE color: 2377233.
HSL color Cylindrical-coordinate representation of color #114624: hue angle of 141.51º 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 #114624 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 36 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.73 |
| HSL | 141.51º | 0.61% | 0.17% | - |
| HSV(B) | 141.51º | 0.76% | 0.27% | - |
| XYZ | 2.74 | 4.63 | 2.42 | - |
| YUV | 50.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 36 | 0.76 | 0 | 0.49 | 0.73 | 141.51 | 0.61 | 0.17 |
| Hex | 11 | 46 | 24 | 4C | 0 | 31 | 49 | 8E | 3D | 11 |
| Octal | 21 | 106 | 44 | 114 | 0 | 61 | 111 | 216 | 75 | 21 |
| Binary | 10001 | 1000110 | 100100 | 1001100 | 0 | 110001 | 1001001 | 10001110 | 111101 | 10001 |
Color Harmonies of #114624
Complementary color
Monochromatic Colors of #114624
Black with #114624
Text Example
Text Example
White with #114624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114624; }
p { color: rgb(17,70,36); }
H1.HeaderClassName
{
color: #114624;
}
.AnyTagClassName
{
color: #114624;
}
</style>
background-color css
<style>
a { background-color: #114624; }
a { background-color: rgb(17,70,36); }
div.DivClassName
{
background-color: #114624;
}
.BgClassName
{
background-color: #114624;
}
</style>
border-color css
<style>
span { border-color: #114624; }
span { border-color: rgb(17,70,36); }
td.TdClassName
{
border-color: #114624;
}
.TagClassName
{
border-color: #114624;
}
</style>