Shades of Myrtle #112B0E
Tints of Myrtle #112B0E
RGB
CMYK
RGB Variations
Color information
#112B0E (or 0x112B0E) is known color: Myrtle. HEX triplet: 11, 2B and 0E. RGB value is (17,43,14). Sum of RGB (Red+Green+Blue) = 17+43+14=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 43 (17.19% from 255 or 58.11% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 43 - color contains mainly: green. Hex color #112B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B0E is #EED4F1. Grayscale: #202020. Windows color (decimal): -15652082 or 928529. OLE color: 928529.
HSL color Cylindrical-coordinate representation of color #112B0E: hue angle of 113.79º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112B0E is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 43 | 14 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.83 |
| HSL | 113.79º | 0.51% | 0.11% | - |
| HSV(B) | 113.79º | 0.67% | 0.17% | - |
| XYZ | 1.17 | 1.88 | 0.72 | - |
| YUV | 31.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 14 | 0.60 | 0 | 0.67 | 0.83 | 113.79 | 0.51 | 0.11 |
| Hex | 11 | 2B | E | 3C | 0 | 43 | 53 | 72 | 33 | B |
| Octal | 21 | 53 | 16 | 74 | 0 | 103 | 123 | 162 | 63 | 13 |
| Binary | 10001 | 101011 | 1110 | 111100 | 0 | 1000011 | 1010011 | 1110010 | 110011 | 1011 |
Color Harmonies of #112B0E
Complementary color
Monochromatic Colors of #112B0E
Black with #112B0E
Text Example
Text Example
White with #112B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B0E; }
p { color: rgb(17,43,14); }
H1.HeaderClassName
{
color: #112B0E;
}
.AnyTagClassName
{
color: #112B0E;
}
</style>
background-color css
<style>
a { background-color: #112B0E; }
a { background-color: rgb(17,43,14); }
div.DivClassName
{
background-color: #112B0E;
}
.BgClassName
{
background-color: #112B0E;
}
</style>
border-color css
<style>
span { border-color: #112B0E; }
span { border-color: rgb(17,43,14); }
td.TdClassName
{
border-color: #112B0E;
}
.TagClassName
{
border-color: #112B0E;
}
</style>