Shades of Myrtle #114617
Tints of Myrtle #114617
RGB
CMYK
RGB Variations
Color information
#114617 (or 0x114617) is known color: Myrtle. HEX triplet: 11, 46 and 17. RGB value is (17,70,23). Sum of RGB (Red+Green+Blue) = 17+70+23=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #114617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114617 is #EEB9E8. Grayscale: #303030. Windows color (decimal): -15645161 or 1525265. OLE color: 1525265.
HSL color Cylindrical-coordinate representation of color #114617: hue angle of 126.79º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114617 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 23 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.73 |
| HSL | 126.79º | 0.61% | 0.17% | - |
| HSV(B) | 126.79º | 0.76% | 0.27% | - |
| XYZ | 2.58 | 4.56 | 1.56 | - |
| YUV | 48.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 23 | 0.76 | 0 | 0.67 | 0.73 | 126.79 | 0.61 | 0.17 |
| Hex | 11 | 46 | 17 | 4C | 0 | 43 | 49 | 7F | 3D | 11 |
| Octal | 21 | 106 | 27 | 114 | 0 | 103 | 111 | 177 | 75 | 21 |
| Binary | 10001 | 1000110 | 10111 | 1001100 | 0 | 1000011 | 1001001 | 1111111 | 111101 | 10001 |
Color Harmonies of #114617
Complementary color
Monochromatic Colors of #114617
Black with #114617
Text Example
Text Example
White with #114617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114617; }
p { color: rgb(17,70,23); }
H1.HeaderClassName
{
color: #114617;
}
.AnyTagClassName
{
color: #114617;
}
</style>
background-color css
<style>
a { background-color: #114617; }
a { background-color: rgb(17,70,23); }
div.DivClassName
{
background-color: #114617;
}
.BgClassName
{
background-color: #114617;
}
</style>
border-color css
<style>
span { border-color: #114617; }
span { border-color: rgb(17,70,23); }
td.TdClassName
{
border-color: #114617;
}
.TagClassName
{
border-color: #114617;
}
</style>