Shades of Myrtle #115A04
Tints of Myrtle #115A04
RGB
CMYK
RGB Variations
Color information
#115A04 (or 0x115A04) is known color: Myrtle. HEX triplet: 11, 5A and 04. RGB value is (17,90,4). Sum of RGB (Red+Green+Blue) = 17+90+4=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 90 (35.55% from 255 or 81.08% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 90 - color contains mainly: green. Hex color #115A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115A04 is #EEA5FB. Grayscale: #3A3A3A. Windows color (decimal): -15640060 or 285201. OLE color: 285201.
HSL color Cylindrical-coordinate representation of color #115A04: hue angle of 110.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #115A04 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 4 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.65 |
| HSL | 110.93º | 0.91% | 0.18% | - |
| HSV(B) | 110.93º | 0.96% | 0.35% | - |
| XYZ | 3.91 | 7.44 | 1.34 | - |
| YUV | 58.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 4 | 0.81 | 0 | 0.96 | 0.65 | 110.93 | 0.91 | 0.18 |
| Hex | 11 | 5A | 4 | 51 | 0 | 60 | 41 | 6F | 5B | 12 |
| Octal | 21 | 132 | 4 | 121 | 0 | 140 | 101 | 157 | 133 | 22 |
| Binary | 10001 | 1011010 | 100 | 1010001 | 0 | 1100000 | 1000001 | 1101111 | 1011011 | 10010 |
Color Harmonies of #115A04
Complementary color
Monochromatic Colors of #115A04
Black with #115A04
Text Example
Text Example
White with #115A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A04; }
p { color: rgb(17,90,4); }
H1.HeaderClassName
{
color: #115A04;
}
.AnyTagClassName
{
color: #115A04;
}
</style>
background-color css
<style>
a { background-color: #115A04; }
a { background-color: rgb(17,90,4); }
div.DivClassName
{
background-color: #115A04;
}
.BgClassName
{
background-color: #115A04;
}
</style>
border-color css
<style>
span { border-color: #115A04; }
span { border-color: rgb(17,90,4); }
td.TdClassName
{
border-color: #115A04;
}
.TagClassName
{
border-color: #115A04;
}
</style>