Shades of Myrtle #113E12
Tints of Myrtle #113E12
RGB
CMYK
RGB Variations
Color information
#113E12 (or 0x113E12) is known color: Myrtle. HEX triplet: 11, 3E and 12. RGB value is (17,62,18). Sum of RGB (Red+Green+Blue) = 17+62+18=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #113E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E12 is #EEC1ED. Grayscale: #2B2B2B. Windows color (decimal): -15647214 or 1195537. OLE color: 1195537.
HSL color Cylindrical-coordinate representation of color #113E12: hue angle of 121.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 #113E12 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 18 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.76 |
| HSL | 121.33º | 0.57% | 0.15% | - |
| HSV(B) | 121.33º | 0.73% | 0.24% | - |
| XYZ | 2.06 | 3.61 | 1.16 | - |
| YUV | 43.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 18 | 0.73 | 0 | 0.71 | 0.76 | 121.33 | 0.57 | 0.15 |
| Hex | 11 | 3E | 12 | 49 | 0 | 47 | 4C | 79 | 39 | F |
| Octal | 21 | 76 | 22 | 111 | 0 | 107 | 114 | 171 | 71 | 17 |
| Binary | 10001 | 111110 | 10010 | 1001001 | 0 | 1000111 | 1001100 | 1111001 | 111001 | 1111 |
Color Harmonies of #113E12
Complementary color
Monochromatic Colors of #113E12
Black with #113E12
Text Example
Text Example
White with #113E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E12; }
p { color: rgb(17,62,18); }
H1.HeaderClassName
{
color: #113E12;
}
.AnyTagClassName
{
color: #113E12;
}
</style>
background-color css
<style>
a { background-color: #113E12; }
a { background-color: rgb(17,62,18); }
div.DivClassName
{
background-color: #113E12;
}
.BgClassName
{
background-color: #113E12;
}
</style>
border-color css
<style>
span { border-color: #113E12; }
span { border-color: rgb(17,62,18); }
td.TdClassName
{
border-color: #113E12;
}
.TagClassName
{
border-color: #113E12;
}
</style>