Shades of Myrtle #114713
Tints of Myrtle #114713
RGB
CMYK
RGB Variations
Color information
#114713 (or 0x114713) is known color: Myrtle. HEX triplet: 11, 47 and 13. RGB value is (17,71,19). Sum of RGB (Red+Green+Blue) = 17+71+19=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #114713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114713 is #EEB8EC. Grayscale: #313131. Windows color (decimal): -15644909 or 1263377. OLE color: 1263377.
HSL color Cylindrical-coordinate representation of color #114713: hue angle of 122.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114713 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 19 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.72 |
| HSL | 122.22º | 0.61% | 0.17% | - |
| HSV(B) | 122.22º | 0.76% | 0.28% | - |
| XYZ | 2.6 | 4.67 | 1.38 | - |
| YUV | 48.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 19 | 0.76 | 0 | 0.73 | 0.72 | 122.22 | 0.61 | 0.17 |
| Hex | 11 | 47 | 13 | 4C | 0 | 49 | 48 | 7A | 3D | 11 |
| Octal | 21 | 107 | 23 | 114 | 0 | 111 | 110 | 172 | 75 | 21 |
| Binary | 10001 | 1000111 | 10011 | 1001100 | 0 | 1001001 | 1001000 | 1111010 | 111101 | 10001 |
Color Harmonies of #114713
Complementary color
Monochromatic Colors of #114713
Black with #114713
Text Example
Text Example
White with #114713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114713; }
p { color: rgb(17,71,19); }
H1.HeaderClassName
{
color: #114713;
}
.AnyTagClassName
{
color: #114713;
}
</style>
background-color css
<style>
a { background-color: #114713; }
a { background-color: rgb(17,71,19); }
div.DivClassName
{
background-color: #114713;
}
.BgClassName
{
background-color: #114713;
}
</style>
border-color css
<style>
span { border-color: #114713; }
span { border-color: rgb(17,71,19); }
td.TdClassName
{
border-color: #114713;
}
.TagClassName
{
border-color: #114713;
}
</style>