Shades of Myrtle #113E03
Tints of Myrtle #113E03
RGB
CMYK
RGB Variations
Color information
#113E03 (or 0x113E03) is known color: Myrtle. HEX triplet: 11, 3E and 03. RGB value is (17,62,3). Sum of RGB (Red+Green+Blue) = 17+62+3=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #113E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E03 is #EEC1FC. Grayscale: #2A2A2A. Windows color (decimal): -15647229 or 212497. OLE color: 212497.
HSL color Cylindrical-coordinate representation of color #113E03: hue angle of 105.76º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #113E03 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 3 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.76 |
| HSL | 105.76º | 0.91% | 0.13% | - |
| HSV(B) | 105.76º | 0.95% | 0.24% | - |
| XYZ | 1.97 | 3.57 | 0.67 | - |
| YUV | 41.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 3 | 0.73 | 0 | 0.95 | 0.76 | 105.76 | 0.91 | 0.13 |
| Hex | 11 | 3E | 3 | 49 | 0 | 5F | 4C | 6A | 5B | D |
| Octal | 21 | 76 | 3 | 111 | 0 | 137 | 114 | 152 | 133 | 15 |
| Binary | 10001 | 111110 | 11 | 1001001 | 0 | 1011111 | 1001100 | 1101010 | 1011011 | 1101 |
Color Harmonies of #113E03
Complementary color
Monochromatic Colors of #113E03
Black with #113E03
Text Example
Text Example
White with #113E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E03; }
p { color: rgb(17,62,3); }
H1.HeaderClassName
{
color: #113E03;
}
.AnyTagClassName
{
color: #113E03;
}
</style>
background-color css
<style>
a { background-color: #113E03; }
a { background-color: rgb(17,62,3); }
div.DivClassName
{
background-color: #113E03;
}
.BgClassName
{
background-color: #113E03;
}
</style>
border-color css
<style>
span { border-color: #113E03; }
span { border-color: rgb(17,62,3); }
td.TdClassName
{
border-color: #113E03;
}
.TagClassName
{
border-color: #113E03;
}
</style>