Shades of Myrtle #115104
Tints of Myrtle #115104
RGB
CMYK
RGB Variations
Color information
#115104 (or 0x115104) is known color: Myrtle. HEX triplet: 11, 51 and 04. RGB value is (17,81,4). Sum of RGB (Red+Green+Blue) = 17+81+4=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 81 (32.03% from 255 or 79.41% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 81 - color contains mainly: green. Hex color #115104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115104 is #EEAEFB. Grayscale: #353535. Windows color (decimal): -15642364 or 282897. OLE color: 282897.
HSL color Cylindrical-coordinate representation of color #115104: hue angle of 109.87º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #115104 is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 4 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.68 |
| HSL | 109.87º | 0.91% | 0.17% | - |
| HSV(B) | 109.87º | 0.95% | 0.32% | - |
| XYZ | 3.2 | 6.01 | 1.11 | - |
| YUV | 53.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 4 | 0.79 | 0 | 0.95 | 0.68 | 109.87 | 0.91 | 0.17 |
| Hex | 11 | 51 | 4 | 4F | 0 | 5F | 44 | 6E | 5B | 11 |
| Octal | 21 | 121 | 4 | 117 | 0 | 137 | 104 | 156 | 133 | 21 |
| Binary | 10001 | 1010001 | 100 | 1001111 | 0 | 1011111 | 1000100 | 1101110 | 1011011 | 10001 |
Color Harmonies of #115104
Complementary color
Monochromatic Colors of #115104
Black with #115104
Text Example
Text Example
White with #115104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115104; }
p { color: rgb(17,81,4); }
H1.HeaderClassName
{
color: #115104;
}
.AnyTagClassName
{
color: #115104;
}
</style>
background-color css
<style>
a { background-color: #115104; }
a { background-color: rgb(17,81,4); }
div.DivClassName
{
background-color: #115104;
}
.BgClassName
{
background-color: #115104;
}
</style>
border-color css
<style>
span { border-color: #115104; }
span { border-color: rgb(17,81,4); }
td.TdClassName
{
border-color: #115104;
}
.TagClassName
{
border-color: #115104;
}
</style>