Shades of Myrtle #114209
Tints of Myrtle #114209
RGB
CMYK
RGB Variations
Color information
#114209 (or 0x114209) is known color: Myrtle. HEX triplet: 11, 42 and 09. RGB value is (17,66,9). Sum of RGB (Red+Green+Blue) = 17+66+9=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #114209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114209 is #EEBDF6. Grayscale: #2D2D2D. Windows color (decimal): -15646199 or 606737. OLE color: 606737.
HSL color Cylindrical-coordinate representation of color #114209: hue angle of 111.58º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114209 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 9 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.74 |
| HSL | 111.58º | 0.76% | 0.15% | - |
| HSV(B) | 111.58º | 0.86% | 0.26% | - |
| XYZ | 2.23 | 4.04 | 0.92 | - |
| YUV | 44.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 9 | 0.74 | 0 | 0.86 | 0.74 | 111.58 | 0.76 | 0.15 |
| Hex | 11 | 42 | 9 | 4A | 0 | 56 | 4A | 70 | 4C | F |
| Octal | 21 | 102 | 11 | 112 | 0 | 126 | 112 | 160 | 114 | 17 |
| Binary | 10001 | 1000010 | 1001 | 1001010 | 0 | 1010110 | 1001010 | 1110000 | 1001100 | 1111 |
Color Harmonies of #114209
Complementary color
Monochromatic Colors of #114209
Black with #114209
Text Example
Text Example
White with #114209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114209; }
p { color: rgb(17,66,9); }
H1.HeaderClassName
{
color: #114209;
}
.AnyTagClassName
{
color: #114209;
}
</style>
background-color css
<style>
a { background-color: #114209; }
a { background-color: rgb(17,66,9); }
div.DivClassName
{
background-color: #114209;
}
.BgClassName
{
background-color: #114209;
}
</style>
border-color css
<style>
span { border-color: #114209; }
span { border-color: rgb(17,66,9); }
td.TdClassName
{
border-color: #114209;
}
.TagClassName
{
border-color: #114209;
}
</style>