Shades of Deep Fir #113A24
Tints of Deep Fir #113A24
RGB
CMYK
RGB Variations
Color information
#113A24 (or 0x113A24) is known color: Deep Fir. HEX triplet: 11, 3A and 24. RGB value is (17,58,36). Sum of RGB (Red+Green+Blue) = 17+58+36=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #113A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A24 is #EEC5DB. Grayscale: #2B2B2B. Windows color (decimal): -15648220 or 2374161. OLE color: 2374161.
HSL color Cylindrical-coordinate representation of color #113A24: hue angle of 147.8º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A24 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 36 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.77 |
| HSL | 147.8º | 0.55% | 0.15% | - |
| HSV(B) | 147.8º | 0.71% | 0.23% | - |
| XYZ | 2.06 | 3.27 | 2.19 | - |
| YUV | 43.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 36 | 0.71 | 0 | 0.38 | 0.77 | 147.8 | 0.55 | 0.15 |
| Hex | 11 | 3A | 24 | 47 | 0 | 26 | 4D | 94 | 37 | F |
| Octal | 21 | 72 | 44 | 107 | 0 | 46 | 115 | 224 | 67 | 17 |
| Binary | 10001 | 111010 | 100100 | 1000111 | 0 | 100110 | 1001101 | 10010100 | 110111 | 1111 |
Color Harmonies of #113A24
Complementary color
Monochromatic Colors of #113A24
Black with #113A24
Text Example
Text Example
White with #113A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A24; }
p { color: rgb(17,58,36); }
H1.HeaderClassName
{
color: #113A24;
}
.AnyTagClassName
{
color: #113A24;
}
</style>
background-color css
<style>
a { background-color: #113A24; }
a { background-color: rgb(17,58,36); }
div.DivClassName
{
background-color: #113A24;
}
.BgClassName
{
background-color: #113A24;
}
</style>
border-color css
<style>
span { border-color: #113A24; }
span { border-color: rgb(17,58,36); }
td.TdClassName
{
border-color: #113A24;
}
.TagClassName
{
border-color: #113A24;
}
</style>