Shades of Myrtle #11420D
Tints of Myrtle #11420D
RGB
CMYK
RGB Variations
Color information
#11420D (or 0x11420D) is known color: Myrtle. HEX triplet: 11, 42 and 0D. RGB value is (17,66,13). Sum of RGB (Red+Green+Blue) = 17+66+13=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #11420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11420D is #EEBDF2. Grayscale: #2D2D2D. Windows color (decimal): -15646195 or 868881. OLE color: 868881.
HSL color Cylindrical-coordinate representation of color #11420D: hue angle of 115.47º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11420D is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 13 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.74 |
| HSL | 115.47º | 0.67% | 0.15% | - |
| HSV(B) | 115.47º | 0.8% | 0.26% | - |
| XYZ | 2.25 | 4.04 | 1.04 | - |
| YUV | 45.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 13 | 0.74 | 0 | 0.80 | 0.74 | 115.47 | 0.67 | 0.15 |
| Hex | 11 | 42 | D | 4A | 0 | 50 | 4A | 73 | 43 | F |
| Octal | 21 | 102 | 15 | 112 | 0 | 120 | 112 | 163 | 103 | 17 |
| Binary | 10001 | 1000010 | 1101 | 1001010 | 0 | 1010000 | 1001010 | 1110011 | 1000011 | 1111 |
Color Harmonies of #11420D
Complementary color
Monochromatic Colors of #11420D
Black with #11420D
Text Example
Text Example
White with #11420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11420D; }
p { color: rgb(17,66,13); }
H1.HeaderClassName
{
color: #11420D;
}
.AnyTagClassName
{
color: #11420D;
}
</style>
background-color css
<style>
a { background-color: #11420D; }
a { background-color: rgb(17,66,13); }
div.DivClassName
{
background-color: #11420D;
}
.BgClassName
{
background-color: #11420D;
}
</style>
border-color css
<style>
span { border-color: #11420D; }
span { border-color: rgb(17,66,13); }
td.TdClassName
{
border-color: #11420D;
}
.TagClassName
{
border-color: #11420D;
}
</style>