Shades of Myrtle #114615
Tints of Myrtle #114615
RGB
CMYK
RGB Variations
Color information
#114615 (or 0x114615) is known color: Myrtle. HEX triplet: 11, 46 and 15. RGB value is (17,70,21). Sum of RGB (Red+Green+Blue) = 17+70+21=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #114615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114615 is #EEB9EA. Grayscale: #303030. Windows color (decimal): -15645163 or 1394193. OLE color: 1394193.
HSL color Cylindrical-coordinate representation of color #114615: hue angle of 124.53º 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 #114615 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 21 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.73 |
| HSL | 124.53º | 0.61% | 0.17% | - |
| HSV(B) | 124.53º | 0.76% | 0.27% | - |
| XYZ | 2.56 | 4.55 | 1.45 | - |
| YUV | 48.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 21 | 0.76 | 0 | 0.70 | 0.73 | 124.53 | 0.61 | 0.17 |
| Hex | 11 | 46 | 15 | 4C | 0 | 46 | 49 | 7D | 3D | 11 |
| Octal | 21 | 106 | 25 | 114 | 0 | 106 | 111 | 175 | 75 | 21 |
| Binary | 10001 | 1000110 | 10101 | 1001100 | 0 | 1000110 | 1001001 | 1111101 | 111101 | 10001 |
Color Harmonies of #114615
Complementary color
Monochromatic Colors of #114615
Black with #114615
Text Example
Text Example
White with #114615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114615; }
p { color: rgb(17,70,21); }
H1.HeaderClassName
{
color: #114615;
}
.AnyTagClassName
{
color: #114615;
}
</style>
background-color css
<style>
a { background-color: #114615; }
a { background-color: rgb(17,70,21); }
div.DivClassName
{
background-color: #114615;
}
.BgClassName
{
background-color: #114615;
}
</style>
border-color css
<style>
span { border-color: #114615; }
span { border-color: rgb(17,70,21); }
td.TdClassName
{
border-color: #114615;
}
.TagClassName
{
border-color: #114615;
}
</style>