Shades of Deep Fir #113922
Tints of Deep Fir #113922
RGB
CMYK
RGB Variations
Color information
#113922 (or 0x113922) is known color: Deep Fir. HEX triplet: 11, 39 and 22. RGB value is (17,57,34). Sum of RGB (Red+Green+Blue) = 17+57+34=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #113922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113922 is #EEC6DD. Grayscale: #2A2A2A. Windows color (decimal): -15648478 or 2242833. OLE color: 2242833.
HSL color Cylindrical-coordinate representation of color #113922: hue angle of 145.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113922 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 34 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.78 |
| HSL | 145.5º | 0.54% | 0.15% | - |
| HSV(B) | 145.5º | 0.7% | 0.22% | - |
| XYZ | 1.98 | 3.16 | 2.02 | - |
| YUV | 42.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 34 | 0.70 | 0 | 0.40 | 0.78 | 145.5 | 0.54 | 0.15 |
| Hex | 11 | 39 | 22 | 46 | 0 | 28 | 4E | 92 | 36 | F |
| Octal | 21 | 71 | 42 | 106 | 0 | 50 | 116 | 222 | 66 | 17 |
| Binary | 10001 | 111001 | 100010 | 1000110 | 0 | 101000 | 1001110 | 10010010 | 110110 | 1111 |
Color Harmonies of #113922
Complementary color
Monochromatic Colors of #113922
Black with #113922
Text Example
Text Example
White with #113922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113922; }
p { color: rgb(17,57,34); }
H1.HeaderClassName
{
color: #113922;
}
.AnyTagClassName
{
color: #113922;
}
</style>
background-color css
<style>
a { background-color: #113922; }
a { background-color: rgb(17,57,34); }
div.DivClassName
{
background-color: #113922;
}
.BgClassName
{
background-color: #113922;
}
</style>
border-color css
<style>
span { border-color: #113922; }
span { border-color: rgb(17,57,34); }
td.TdClassName
{
border-color: #113922;
}
.TagClassName
{
border-color: #113922;
}
</style>