Shades of Myrtle #113E14
Tints of Myrtle #113E14
RGB
CMYK
RGB Variations
Color information
#113E14 (or 0x113E14) is known color: Myrtle. HEX triplet: 11, 3E and 14. RGB value is (17,62,20). Sum of RGB (Red+Green+Blue) = 17+62+20=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #113E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E14 is #EEC1EB. Grayscale: #2B2B2B. Windows color (decimal): -15647212 or 1326609. OLE color: 1326609.
HSL color Cylindrical-coordinate representation of color #113E14: hue angle of 124º 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 #113E14 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 20 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.76 |
| HSL | 124º | 0.57% | 0.15% | - |
| HSV(B) | 124º | 0.73% | 0.24% | - |
| XYZ | 2.08 | 3.61 | 1.25 | - |
| YUV | 43.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 20 | 0.73 | 0 | 0.68 | 0.76 | 124 | 0.57 | 0.15 |
| Hex | 11 | 3E | 14 | 49 | 0 | 44 | 4C | 7C | 39 | F |
| Octal | 21 | 76 | 24 | 111 | 0 | 104 | 114 | 174 | 71 | 17 |
| Binary | 10001 | 111110 | 10100 | 1001001 | 0 | 1000100 | 1001100 | 1111100 | 111001 | 1111 |
Color Harmonies of #113E14
Complementary color
Monochromatic Colors of #113E14
Black with #113E14
Text Example
Text Example
White with #113E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E14; }
p { color: rgb(17,62,20); }
H1.HeaderClassName
{
color: #113E14;
}
.AnyTagClassName
{
color: #113E14;
}
</style>
background-color css
<style>
a { background-color: #113E14; }
a { background-color: rgb(17,62,20); }
div.DivClassName
{
background-color: #113E14;
}
.BgClassName
{
background-color: #113E14;
}
</style>
border-color css
<style>
span { border-color: #113E14; }
span { border-color: rgb(17,62,20); }
td.TdClassName
{
border-color: #113E14;
}
.TagClassName
{
border-color: #113E14;
}
</style>