Shades of Myrtle #115B04
Tints of Myrtle #115B04
RGB
CMYK
RGB Variations
Color information
#115B04 (or 0x115B04) is known color: Myrtle. HEX triplet: 11, 5B and 04. RGB value is (17,91,4). Sum of RGB (Red+Green+Blue) = 17+91+4=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #115B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B04 is #EEA4FB. Grayscale: #3B3B3B. Windows color (decimal): -15639804 or 285457. OLE color: 285457.
HSL color Cylindrical-coordinate representation of color #115B04: hue angle of 111.03º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #115B04 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 4 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.64 |
| HSL | 111.03º | 0.92% | 0.19% | - |
| HSV(B) | 111.03º | 0.96% | 0.36% | - |
| XYZ | 3.99 | 7.61 | 1.37 | - |
| YUV | 58.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 4 | 0.81 | 0 | 0.96 | 0.64 | 111.03 | 0.92 | 0.19 |
| Hex | 11 | 5B | 4 | 51 | 0 | 60 | 40 | 6F | 5C | 13 |
| Octal | 21 | 133 | 4 | 121 | 0 | 140 | 100 | 157 | 134 | 23 |
| Binary | 10001 | 1011011 | 100 | 1010001 | 0 | 1100000 | 1000000 | 1101111 | 1011100 | 10011 |
Color Harmonies of #115B04
Complementary color
Monochromatic Colors of #115B04
Black with #115B04
Text Example
Text Example
White with #115B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B04; }
p { color: rgb(17,91,4); }
H1.HeaderClassName
{
color: #115B04;
}
.AnyTagClassName
{
color: #115B04;
}
</style>
background-color css
<style>
a { background-color: #115B04; }
a { background-color: rgb(17,91,4); }
div.DivClassName
{
background-color: #115B04;
}
.BgClassName
{
background-color: #115B04;
}
</style>
border-color css
<style>
span { border-color: #115B04; }
span { border-color: rgb(17,91,4); }
td.TdClassName
{
border-color: #115B04;
}
.TagClassName
{
border-color: #115B04;
}
</style>