Shades of Deep Fir #114621
Tints of Deep Fir #114621
RGB
CMYK
RGB Variations
Color information
#114621 (or 0x114621) is known color: Deep Fir. HEX triplet: 11, 46 and 21. RGB value is (17,70,33). Sum of RGB (Red+Green+Blue) = 17+70+33=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #114621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114621 is #EEB9DE. Grayscale: #323232. Windows color (decimal): -15645151 or 2180625. OLE color: 2180625.
HSL color Cylindrical-coordinate representation of color #114621: hue angle of 138.11º 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 #114621 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 33 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.73 |
| HSL | 138.11º | 0.61% | 0.17% | - |
| HSV(B) | 138.11º | 0.76% | 0.27% | - |
| XYZ | 2.7 | 4.61 | 2.19 | - |
| YUV | 49.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 33 | 0.76 | 0 | 0.53 | 0.73 | 138.11 | 0.61 | 0.17 |
| Hex | 11 | 46 | 21 | 4C | 0 | 35 | 49 | 8A | 3D | 11 |
| Octal | 21 | 106 | 41 | 114 | 0 | 65 | 111 | 212 | 75 | 21 |
| Binary | 10001 | 1000110 | 100001 | 1001100 | 0 | 110101 | 1001001 | 10001010 | 111101 | 10001 |
Color Harmonies of #114621
Complementary color
Monochromatic Colors of #114621
Black with #114621
Text Example
Text Example
White with #114621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114621; }
p { color: rgb(17,70,33); }
H1.HeaderClassName
{
color: #114621;
}
.AnyTagClassName
{
color: #114621;
}
</style>
background-color css
<style>
a { background-color: #114621; }
a { background-color: rgb(17,70,33); }
div.DivClassName
{
background-color: #114621;
}
.BgClassName
{
background-color: #114621;
}
</style>
border-color css
<style>
span { border-color: #114621; }
span { border-color: rgb(17,70,33); }
td.TdClassName
{
border-color: #114621;
}
.TagClassName
{
border-color: #114621;
}
</style>