Shades of Deep Fir #113E25
Tints of Deep Fir #113E25
RGB
CMYK
RGB Variations
Color information
#113E25 (or 0x113E25) is known color: Deep Fir. HEX triplet: 11, 3E and 25. RGB value is (17,62,37). Sum of RGB (Red+Green+Blue) = 17+62+37=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #113E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E25 is #EEC1DA. Grayscale: #2D2D2D. Windows color (decimal): -15647195 or 2440721. OLE color: 2440721.
HSL color Cylindrical-coordinate representation of color #113E25: hue angle of 146.67º 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 #113E25 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 37 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.76 |
| HSL | 146.67º | 0.57% | 0.15% | - |
| HSV(B) | 146.67º | 0.73% | 0.24% | - |
| XYZ | 2.29 | 3.7 | 2.34 | - |
| YUV | 45.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 37 | 0.73 | 0 | 0.40 | 0.76 | 146.67 | 0.57 | 0.15 |
| Hex | 11 | 3E | 25 | 49 | 0 | 28 | 4C | 93 | 39 | F |
| Octal | 21 | 76 | 45 | 111 | 0 | 50 | 114 | 223 | 71 | 17 |
| Binary | 10001 | 111110 | 100101 | 1001001 | 0 | 101000 | 1001100 | 10010011 | 111001 | 1111 |
Color Harmonies of #113E25
Complementary color
Monochromatic Colors of #113E25
Black with #113E25
Text Example
Text Example
White with #113E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E25; }
p { color: rgb(17,62,37); }
H1.HeaderClassName
{
color: #113E25;
}
.AnyTagClassName
{
color: #113E25;
}
</style>
background-color css
<style>
a { background-color: #113E25; }
a { background-color: rgb(17,62,37); }
div.DivClassName
{
background-color: #113E25;
}
.BgClassName
{
background-color: #113E25;
}
</style>
border-color css
<style>
span { border-color: #113E25; }
span { border-color: rgb(17,62,37); }
td.TdClassName
{
border-color: #113E25;
}
.TagClassName
{
border-color: #113E25;
}
</style>