Shades of Myrtle #114E19
Tints of Myrtle #114E19
RGB
CMYK
RGB Variations
Color information
#114E19 (or 0x114E19) is known color: Myrtle. HEX triplet: 11, 4E and 19. RGB value is (17,78,25). Sum of RGB (Red+Green+Blue) = 17+78+25=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #114E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114E19 is #EEB1E6. Grayscale: #353535. Windows color (decimal): -15643111 or 1658385. OLE color: 1658385.
HSL color Cylindrical-coordinate representation of color #114E19: hue angle of 127.87º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E19 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 78 | 25 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.69 |
| HSL | 127.87º | 0.64% | 0.19% | - |
| HSV(B) | 127.87º | 0.78% | 0.31% | - |
| XYZ | 3.13 | 5.64 | 1.84 | - |
| YUV | 53.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 25 | 0.78 | 0 | 0.68 | 0.69 | 127.87 | 0.64 | 0.19 |
| Hex | 11 | 4E | 19 | 4E | 0 | 44 | 45 | 80 | 40 | 13 |
| Octal | 21 | 116 | 31 | 116 | 0 | 104 | 105 | 200 | 100 | 23 |
| Binary | 10001 | 1001110 | 11001 | 1001110 | 0 | 1000100 | 1000101 | 10000000 | 1000000 | 10011 |
Color Harmonies of #114E19
Complementary color
Monochromatic Colors of #114E19
Black with #114E19
Text Example
Text Example
White with #114E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E19; }
p { color: rgb(17,78,25); }
H1.HeaderClassName
{
color: #114E19;
}
.AnyTagClassName
{
color: #114E19;
}
</style>
background-color css
<style>
a { background-color: #114E19; }
a { background-color: rgb(17,78,25); }
div.DivClassName
{
background-color: #114E19;
}
.BgClassName
{
background-color: #114E19;
}
</style>
border-color css
<style>
span { border-color: #114E19; }
span { border-color: rgb(17,78,25); }
td.TdClassName
{
border-color: #114E19;
}
.TagClassName
{
border-color: #114E19;
}
</style>