Shades of Deep Fir #113E24
Tints of Deep Fir #113E24
RGB
CMYK
RGB Variations
Color information
#113E24 (or 0x113E24) is known color: Deep Fir. HEX triplet: 11, 3E and 24. RGB value is (17,62,36). Sum of RGB (Red+Green+Blue) = 17+62+36=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #113E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E24 is #EEC1DB. Grayscale: #2D2D2D. Windows color (decimal): -15647196 or 2375185. OLE color: 2375185.
HSL color Cylindrical-coordinate representation of color #113E24: hue angle of 145.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E24 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 36 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.76 |
| HSL | 145.33º | 0.57% | 0.15% | - |
| HSV(B) | 145.33º | 0.73% | 0.24% | - |
| XYZ | 2.27 | 3.69 | 2.26 | - |
| YUV | 45.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 36 | 0.73 | 0 | 0.42 | 0.76 | 145.33 | 0.57 | 0.15 |
| Hex | 11 | 3E | 24 | 49 | 0 | 2A | 4C | 91 | 39 | F |
| Octal | 21 | 76 | 44 | 111 | 0 | 52 | 114 | 221 | 71 | 17 |
| Binary | 10001 | 111110 | 100100 | 1001001 | 0 | 101010 | 1001100 | 10010001 | 111001 | 1111 |
Color Harmonies of #113E24
Complementary color
Monochromatic Colors of #113E24
Black with #113E24
Text Example
Text Example
White with #113E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E24; }
p { color: rgb(17,62,36); }
H1.HeaderClassName
{
color: #113E24;
}
.AnyTagClassName
{
color: #113E24;
}
</style>
background-color css
<style>
a { background-color: #113E24; }
a { background-color: rgb(17,62,36); }
div.DivClassName
{
background-color: #113E24;
}
.BgClassName
{
background-color: #113E24;
}
</style>
border-color css
<style>
span { border-color: #113E24; }
span { border-color: rgb(17,62,36); }
td.TdClassName
{
border-color: #113E24;
}
.TagClassName
{
border-color: #113E24;
}
</style>