Shades of Myrtle #114413
Tints of Myrtle #114413
RGB
CMYK
RGB Variations
Color information
#114413 (or 0x114413) is known color: Myrtle. HEX triplet: 11, 44 and 13. RGB value is (17,68,19). Sum of RGB (Red+Green+Blue) = 17+68+19=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #114413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114413 is #EEBBEC. Grayscale: #2F2F2F. Windows color (decimal): -15645677 or 1262609. OLE color: 1262609.
HSL color Cylindrical-coordinate representation of color #114413: hue angle of 122.35º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114413 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 68 | 19 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.73 |
| HSL | 122.35º | 0.6% | 0.17% | - |
| HSV(B) | 122.35º | 0.75% | 0.27% | - |
| XYZ | 2.42 | 4.3 | 1.32 | - |
| YUV | 47.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 19 | 0.75 | 0 | 0.72 | 0.73 | 122.35 | 0.6 | 0.17 |
| Hex | 11 | 44 | 13 | 4B | 0 | 48 | 49 | 7A | 3C | 11 |
| Octal | 21 | 104 | 23 | 113 | 0 | 110 | 111 | 172 | 74 | 21 |
| Binary | 10001 | 1000100 | 10011 | 1001011 | 0 | 1001000 | 1001001 | 1111010 | 111100 | 10001 |
Color Harmonies of #114413
Complementary color
Monochromatic Colors of #114413
Black with #114413
Text Example
Text Example
White with #114413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114413; }
p { color: rgb(17,68,19); }
H1.HeaderClassName
{
color: #114413;
}
.AnyTagClassName
{
color: #114413;
}
</style>
background-color css
<style>
a { background-color: #114413; }
a { background-color: rgb(17,68,19); }
div.DivClassName
{
background-color: #114413;
}
.BgClassName
{
background-color: #114413;
}
</style>
border-color css
<style>
span { border-color: #114413; }
span { border-color: rgb(17,68,19); }
td.TdClassName
{
border-color: #114413;
}
.TagClassName
{
border-color: #114413;
}
</style>