Shades of Myrtle #114014
Tints of Myrtle #114014
RGB
CMYK
RGB Variations
Color information
#114014 (or 0x114014) is known color: Myrtle. HEX triplet: 11, 40 and 14. RGB value is (17,64,20). Sum of RGB (Red+Green+Blue) = 17+64+20=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #114014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114014 is #EEBFEB. Grayscale: #2D2D2D. Windows color (decimal): -15646700 or 1327121. OLE color: 1327121.
HSL color Cylindrical-coordinate representation of color #114014: hue angle of 123.83º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114014 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 20 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.75 |
| HSL | 123.83º | 0.58% | 0.16% | - |
| HSV(B) | 123.83º | 0.73% | 0.25% | - |
| XYZ | 2.19 | 3.84 | 1.29 | - |
| YUV | 44.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 20 | 0.73 | 0 | 0.69 | 0.75 | 123.83 | 0.58 | 0.16 |
| Hex | 11 | 40 | 14 | 49 | 0 | 45 | 4B | 7C | 3A | 10 |
| Octal | 21 | 100 | 24 | 111 | 0 | 105 | 113 | 174 | 72 | 20 |
| Binary | 10001 | 1000000 | 10100 | 1001001 | 0 | 1000101 | 1001011 | 1111100 | 111010 | 10000 |
Color Harmonies of #114014
Complementary color
Monochromatic Colors of #114014
Black with #114014
Text Example
Text Example
White with #114014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114014; }
p { color: rgb(17,64,20); }
H1.HeaderClassName
{
color: #114014;
}
.AnyTagClassName
{
color: #114014;
}
</style>
background-color css
<style>
a { background-color: #114014; }
a { background-color: rgb(17,64,20); }
div.DivClassName
{
background-color: #114014;
}
.BgClassName
{
background-color: #114014;
}
</style>
border-color css
<style>
span { border-color: #114014; }
span { border-color: rgb(17,64,20); }
td.TdClassName
{
border-color: #114014;
}
.TagClassName
{
border-color: #114014;
}
</style>