Shades of Myrtle #114409
Tints of Myrtle #114409
RGB
CMYK
RGB Variations
Color information
#114409 (or 0x114409) is known color: Myrtle. HEX triplet: 11, 44 and 09. RGB value is (17,68,9). Sum of RGB (Red+Green+Blue) = 17+68+9=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 68 (26.95% from 255 or 72.34% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 68 - color contains mainly: green. Hex color #114409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114409 is #EEBBF6. Grayscale: #2E2E2E. Windows color (decimal): -15645687 or 607249. OLE color: 607249.
HSL color Cylindrical-coordinate representation of color #114409: hue angle of 111.86º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114409 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 68 | 9 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.73 |
| HSL | 111.86º | 0.77% | 0.15% | - |
| HSV(B) | 111.86º | 0.87% | 0.27% | - |
| XYZ | 2.35 | 4.27 | 0.96 | - |
| YUV | 46.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 9 | 0.75 | 0 | 0.87 | 0.73 | 111.86 | 0.77 | 0.15 |
| Hex | 11 | 44 | 9 | 4B | 0 | 57 | 49 | 70 | 4D | F |
| Octal | 21 | 104 | 11 | 113 | 0 | 127 | 111 | 160 | 115 | 17 |
| Binary | 10001 | 1000100 | 1001 | 1001011 | 0 | 1010111 | 1001001 | 1110000 | 1001101 | 1111 |
Color Harmonies of #114409
Complementary color
Monochromatic Colors of #114409
Black with #114409
Text Example
Text Example
White with #114409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114409; }
p { color: rgb(17,68,9); }
H1.HeaderClassName
{
color: #114409;
}
.AnyTagClassName
{
color: #114409;
}
</style>
background-color css
<style>
a { background-color: #114409; }
a { background-color: rgb(17,68,9); }
div.DivClassName
{
background-color: #114409;
}
.BgClassName
{
background-color: #114409;
}
</style>
border-color css
<style>
span { border-color: #114409; }
span { border-color: rgb(17,68,9); }
td.TdClassName
{
border-color: #114409;
}
.TagClassName
{
border-color: #114409;
}
</style>