Shades of Myrtle #113E10
Tints of Myrtle #113E10
RGB
CMYK
RGB Variations
Color information
#113E10 (or 0x113E10) is known color: Myrtle. HEX triplet: 11, 3E and 10. RGB value is (17,62,16). Sum of RGB (Red+Green+Blue) = 17+62+16=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 62 (24.61% from 255 or 65.26% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 62 - color contains mainly: green. Hex color #113E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E10 is #EEC1EF. Grayscale: #2B2B2B. Windows color (decimal): -15647216 or 1064465. OLE color: 1064465.
HSL color Cylindrical-coordinate representation of color #113E10: hue angle of 118.7º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113E10 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 16 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.76 |
| HSL | 118.7º | 0.59% | 0.15% | - |
| HSV(B) | 118.7º | 0.74% | 0.24% | - |
| XYZ | 2.05 | 3.6 | 1.08 | - |
| YUV | 43.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 16 | 0.73 | 0 | 0.74 | 0.76 | 118.7 | 0.59 | 0.15 |
| Hex | 11 | 3E | 10 | 49 | 0 | 4A | 4C | 77 | 3B | F |
| Octal | 21 | 76 | 20 | 111 | 0 | 112 | 114 | 167 | 73 | 17 |
| Binary | 10001 | 111110 | 10000 | 1001001 | 0 | 1001010 | 1001100 | 1110111 | 111011 | 1111 |
Color Harmonies of #113E10
Complementary color
Monochromatic Colors of #113E10
Black with #113E10
Text Example
Text Example
White with #113E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E10; }
p { color: rgb(17,62,16); }
H1.HeaderClassName
{
color: #113E10;
}
.AnyTagClassName
{
color: #113E10;
}
</style>
background-color css
<style>
a { background-color: #113E10; }
a { background-color: rgb(17,62,16); }
div.DivClassName
{
background-color: #113E10;
}
.BgClassName
{
background-color: #113E10;
}
</style>
border-color css
<style>
span { border-color: #113E10; }
span { border-color: rgb(17,62,16); }
td.TdClassName
{
border-color: #113E10;
}
.TagClassName
{
border-color: #113E10;
}
</style>