Shades of Deep Fir #113F1A
Tints of Deep Fir #113F1A
RGB
CMYK
RGB Variations
Color information
#113F1A (or 0x113F1A) is known color: Deep Fir. HEX triplet: 11, 3F and 1A. RGB value is (17,63,26). Sum of RGB (Red+Green+Blue) = 17+63+26=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #113F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F1A is #EEC0E5. Grayscale: #2D2D2D. Windows color (decimal): -15646950 or 1720081. OLE color: 1720081.
HSL color Cylindrical-coordinate representation of color #113F1A: hue angle of 131.74º 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 #113F1A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 26 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.75 |
| HSL | 131.74º | 0.58% | 0.16% | - |
| HSV(B) | 131.74º | 0.73% | 0.25% | - |
| XYZ | 2.2 | 3.75 | 1.59 | - |
| YUV | 45.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 26 | 0.73 | 0 | 0.59 | 0.75 | 131.74 | 0.58 | 0.16 |
| Hex | 11 | 3F | 1A | 49 | 0 | 3B | 4B | 84 | 3A | 10 |
| Octal | 21 | 77 | 32 | 111 | 0 | 73 | 113 | 204 | 72 | 20 |
| Binary | 10001 | 111111 | 11010 | 1001001 | 0 | 111011 | 1001011 | 10000100 | 111010 | 10000 |
Color Harmonies of #113F1A
Complementary color
Monochromatic Colors of #113F1A
Black with #113F1A
Text Example
Text Example
White with #113F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F1A; }
p { color: rgb(17,63,26); }
H1.HeaderClassName
{
color: #113F1A;
}
.AnyTagClassName
{
color: #113F1A;
}
</style>
background-color css
<style>
a { background-color: #113F1A; }
a { background-color: rgb(17,63,26); }
div.DivClassName
{
background-color: #113F1A;
}
.BgClassName
{
background-color: #113F1A;
}
</style>
border-color css
<style>
span { border-color: #113F1A; }
span { border-color: rgb(17,63,26); }
td.TdClassName
{
border-color: #113F1A;
}
.TagClassName
{
border-color: #113F1A;
}
</style>