Shades of Myrtle #112A0D
Tints of Myrtle #112A0D
RGB
CMYK
RGB Variations
Color information
#112A0D (or 0x112A0D) is known color: Myrtle. HEX triplet: 11, 2A and 0D. RGB value is (17,42,13). Sum of RGB (Red+Green+Blue) = 17+42+13=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 42 (16.80% from 255 or 58.33% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 42 - color contains mainly: green. Hex color #112A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A0D is #EED5F2. Grayscale: #1F1F1F. Windows color (decimal): -15652339 or 862737. OLE color: 862737.
HSL color Cylindrical-coordinate representation of color #112A0D: hue angle of 111.72º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112A0D is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 13 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.84 |
| HSL | 111.72º | 0.53% | 0.11% | - |
| HSV(B) | 111.72º | 0.69% | 0.16% | - |
| XYZ | 1.13 | 1.8 | 0.67 | - |
| YUV | 31.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 13 | 0.60 | 0 | 0.69 | 0.84 | 111.72 | 0.53 | 0.11 |
| Hex | 11 | 2A | D | 3C | 0 | 45 | 54 | 70 | 35 | B |
| Octal | 21 | 52 | 15 | 74 | 0 | 105 | 124 | 160 | 65 | 13 |
| Binary | 10001 | 101010 | 1101 | 111100 | 0 | 1000101 | 1010100 | 1110000 | 110101 | 1011 |
Color Harmonies of #112A0D
Complementary color
Monochromatic Colors of #112A0D
Black with #112A0D
Text Example
Text Example
White with #112A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A0D; }
p { color: rgb(17,42,13); }
H1.HeaderClassName
{
color: #112A0D;
}
.AnyTagClassName
{
color: #112A0D;
}
</style>
background-color css
<style>
a { background-color: #112A0D; }
a { background-color: rgb(17,42,13); }
div.DivClassName
{
background-color: #112A0D;
}
.BgClassName
{
background-color: #112A0D;
}
</style>
border-color css
<style>
span { border-color: #112A0D; }
span { border-color: rgb(17,42,13); }
td.TdClassName
{
border-color: #112A0D;
}
.TagClassName
{
border-color: #112A0D;
}
</style>