Shades of Myrtle #113E0A
Tints of Myrtle #113E0A
RGB
CMYK
RGB Variations
Color information
#113E0A (or 0x113E0A) is known color: Myrtle. HEX triplet: 11, 3E and 0A. RGB value is (17,62,10). Sum of RGB (Red+Green+Blue) = 17+62+10=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 62 (24.61% from 255 or 69.66% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 62 - color contains mainly: green. Hex color #113E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E0A is #EEC1F5. Grayscale: #2A2A2A. Windows color (decimal): -15647222 or 671249. OLE color: 671249.
HSL color Cylindrical-coordinate representation of color #113E0A: hue angle of 111.92º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113E0A is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 10 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.76 |
| HSL | 111.92º | 0.72% | 0.14% | - |
| HSV(B) | 111.92º | 0.84% | 0.24% | - |
| XYZ | 2.01 | 3.59 | 0.87 | - |
| YUV | 42.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 10 | 0.73 | 0 | 0.84 | 0.76 | 111.92 | 0.72 | 0.14 |
| Hex | 11 | 3E | A | 49 | 0 | 54 | 4C | 70 | 48 | E |
| Octal | 21 | 76 | 12 | 111 | 0 | 124 | 114 | 160 | 110 | 16 |
| Binary | 10001 | 111110 | 1010 | 1001001 | 0 | 1010100 | 1001100 | 1110000 | 1001000 | 1110 |
Color Harmonies of #113E0A
Complementary color
Monochromatic Colors of #113E0A
Black with #113E0A
Text Example
Text Example
White with #113E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E0A; }
p { color: rgb(17,62,10); }
H1.HeaderClassName
{
color: #113E0A;
}
.AnyTagClassName
{
color: #113E0A;
}
</style>
background-color css
<style>
a { background-color: #113E0A; }
a { background-color: rgb(17,62,10); }
div.DivClassName
{
background-color: #113E0A;
}
.BgClassName
{
background-color: #113E0A;
}
</style>
border-color css
<style>
span { border-color: #113E0A; }
span { border-color: rgb(17,62,10); }
td.TdClassName
{
border-color: #113E0A;
}
.TagClassName
{
border-color: #113E0A;
}
</style>