Shades of Myrtle #11420A
Tints of Myrtle #11420A
RGB
CMYK
RGB Variations
Color information
#11420A (or 0x11420A) is known color: Myrtle. HEX triplet: 11, 42 and 0A. RGB value is (17,66,10). Sum of RGB (Red+Green+Blue) = 17+66+10=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #11420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11420A is #EEBDF5. Grayscale: #2D2D2D. Windows color (decimal): -15646198 or 672273. OLE color: 672273.
HSL color Cylindrical-coordinate representation of color #11420A: hue angle of 112.5º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11420A is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 10 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.74 |
| HSL | 112.5º | 0.74% | 0.15% | - |
| HSV(B) | 112.5º | 0.85% | 0.26% | - |
| XYZ | 2.23 | 4.04 | 0.95 | - |
| YUV | 44.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 10 | 0.74 | 0 | 0.85 | 0.74 | 112.5 | 0.74 | 0.15 |
| Hex | 11 | 42 | A | 4A | 0 | 55 | 4A | 70 | 4A | F |
| Octal | 21 | 102 | 12 | 112 | 0 | 125 | 112 | 160 | 112 | 17 |
| Binary | 10001 | 1000010 | 1010 | 1001010 | 0 | 1010101 | 1001010 | 1110000 | 1001010 | 1111 |
Color Harmonies of #11420A
Complementary color
Monochromatic Colors of #11420A
Black with #11420A
Text Example
Text Example
White with #11420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11420A; }
p { color: rgb(17,66,10); }
H1.HeaderClassName
{
color: #11420A;
}
.AnyTagClassName
{
color: #11420A;
}
</style>
background-color css
<style>
a { background-color: #11420A; }
a { background-color: rgb(17,66,10); }
div.DivClassName
{
background-color: #11420A;
}
.BgClassName
{
background-color: #11420A;
}
</style>
border-color css
<style>
span { border-color: #11420A; }
span { border-color: rgb(17,66,10); }
td.TdClassName
{
border-color: #11420A;
}
.TagClassName
{
border-color: #11420A;
}
</style>