Shades of Myrtle #114E14
Tints of Myrtle #114E14
RGB
CMYK
RGB Variations
Color information
#114E14 (or 0x114E14) is known color: Myrtle. HEX triplet: 11, 4E and 14. RGB value is (17,78,20). Sum of RGB (Red+Green+Blue) = 17+78+20=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #114E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114E14 is #EEB1EB. Grayscale: #353535. Windows color (decimal): -15643116 or 1330705. OLE color: 1330705.
HSL color Cylindrical-coordinate representation of color #114E14: hue angle of 122.95º 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 #114E14 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 78 | 20 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.69 |
| HSL | 122.95º | 0.64% | 0.19% | - |
| HSV(B) | 122.95º | 0.78% | 0.31% | - |
| XYZ | 3.08 | 5.62 | 1.58 | - |
| YUV | 53.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 20 | 0.78 | 0 | 0.74 | 0.69 | 122.95 | 0.64 | 0.19 |
| Hex | 11 | 4E | 14 | 4E | 0 | 4A | 45 | 7B | 40 | 13 |
| Octal | 21 | 116 | 24 | 116 | 0 | 112 | 105 | 173 | 100 | 23 |
| Binary | 10001 | 1001110 | 10100 | 1001110 | 0 | 1001010 | 1000101 | 1111011 | 1000000 | 10011 |
Color Harmonies of #114E14
Complementary color
Monochromatic Colors of #114E14
Black with #114E14
Text Example
Text Example
White with #114E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E14; }
p { color: rgb(17,78,20); }
H1.HeaderClassName
{
color: #114E14;
}
.AnyTagClassName
{
color: #114E14;
}
</style>
background-color css
<style>
a { background-color: #114E14; }
a { background-color: rgb(17,78,20); }
div.DivClassName
{
background-color: #114E14;
}
.BgClassName
{
background-color: #114E14;
}
</style>
border-color css
<style>
span { border-color: #114E14; }
span { border-color: rgb(17,78,20); }
td.TdClassName
{
border-color: #114E14;
}
.TagClassName
{
border-color: #114E14;
}
</style>