Shades of Deep Fir #113F22
Tints of Deep Fir #113F22
RGB
CMYK
RGB Variations
Color information
#113F22 (or 0x113F22) is known color: Deep Fir. HEX triplet: 11, 3F and 22. RGB value is (17,63,34). Sum of RGB (Red+Green+Blue) = 17+63+34=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #113F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F22 is #EEC0DD. Grayscale: #2E2E2E. Windows color (decimal): -15646942 or 2244369. OLE color: 2244369.
HSL color Cylindrical-coordinate representation of color #113F22: hue angle of 142.17º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F22 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 34 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.75 |
| HSL | 142.17º | 0.58% | 0.16% | - |
| HSV(B) | 142.17º | 0.73% | 0.25% | - |
| XYZ | 2.3 | 3.79 | 2.12 | - |
| YUV | 45.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 34 | 0.73 | 0 | 0.46 | 0.75 | 142.17 | 0.58 | 0.16 |
| Hex | 11 | 3F | 22 | 49 | 0 | 2E | 4B | 8E | 3A | 10 |
| Octal | 21 | 77 | 42 | 111 | 0 | 56 | 113 | 216 | 72 | 20 |
| Binary | 10001 | 111111 | 100010 | 1001001 | 0 | 101110 | 1001011 | 10001110 | 111010 | 10000 |
Color Harmonies of #113F22
Complementary color
Monochromatic Colors of #113F22
Black with #113F22
Text Example
Text Example
White with #113F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F22; }
p { color: rgb(17,63,34); }
H1.HeaderClassName
{
color: #113F22;
}
.AnyTagClassName
{
color: #113F22;
}
</style>
background-color css
<style>
a { background-color: #113F22; }
a { background-color: rgb(17,63,34); }
div.DivClassName
{
background-color: #113F22;
}
.BgClassName
{
background-color: #113F22;
}
</style>
border-color css
<style>
span { border-color: #113F22; }
span { border-color: rgb(17,63,34); }
td.TdClassName
{
border-color: #113F22;
}
.TagClassName
{
border-color: #113F22;
}
</style>