Shades of Deep Fir #114622
Tints of Deep Fir #114622
RGB
CMYK
RGB Variations
Color information
#114622 (or 0x114622) is known color: Deep Fir. HEX triplet: 11, 46 and 22. RGB value is (17,70,34). Sum of RGB (Red+Green+Blue) = 17+70+34=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #114622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114622 is #EEB9DD. Grayscale: #323232. Windows color (decimal): -15645150 or 2246161. OLE color: 2246161.
HSL color Cylindrical-coordinate representation of color #114622: hue angle of 139.25º 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 #114622 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 34 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.73 |
| HSL | 139.25º | 0.61% | 0.17% | - |
| HSV(B) | 139.25º | 0.76% | 0.27% | - |
| XYZ | 2.71 | 4.61 | 2.26 | - |
| YUV | 50.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 34 | 0.76 | 0 | 0.51 | 0.73 | 139.25 | 0.61 | 0.17 |
| Hex | 11 | 46 | 22 | 4C | 0 | 33 | 49 | 8B | 3D | 11 |
| Octal | 21 | 106 | 42 | 114 | 0 | 63 | 111 | 213 | 75 | 21 |
| Binary | 10001 | 1000110 | 100010 | 1001100 | 0 | 110011 | 1001001 | 10001011 | 111101 | 10001 |
Color Harmonies of #114622
Complementary color
Monochromatic Colors of #114622
Black with #114622
Text Example
Text Example
White with #114622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114622; }
p { color: rgb(17,70,34); }
H1.HeaderClassName
{
color: #114622;
}
.AnyTagClassName
{
color: #114622;
}
</style>
background-color css
<style>
a { background-color: #114622; }
a { background-color: rgb(17,70,34); }
div.DivClassName
{
background-color: #114622;
}
.BgClassName
{
background-color: #114622;
}
</style>
border-color css
<style>
span { border-color: #114622; }
span { border-color: rgb(17,70,34); }
td.TdClassName
{
border-color: #114622;
}
.TagClassName
{
border-color: #114622;
}
</style>