Shades of Myrtle #112C0E
Tints of Myrtle #112C0E
RGB
CMYK
RGB Variations
Color information
#112C0E (or 0x112C0E) is known color: Myrtle. HEX triplet: 11, 2C and 0E. RGB value is (17,44,14). Sum of RGB (Red+Green+Blue) = 17+44+14=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #112C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C0E is #EED3F1. Grayscale: #202020. Windows color (decimal): -15651826 or 928785. OLE color: 928785.
HSL color Cylindrical-coordinate representation of color #112C0E: hue angle of 114º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #112C0E is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 14 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.83 |
| HSL | 114º | 0.52% | 0.11% | - |
| HSV(B) | 114º | 0.68% | 0.17% | - |
| XYZ | 1.21 | 1.95 | 0.73 | - |
| YUV | 32.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 14 | 0.61 | 0 | 0.68 | 0.83 | 114 | 0.52 | 0.11 |
| Hex | 11 | 2C | E | 3D | 0 | 44 | 53 | 72 | 34 | B |
| Octal | 21 | 54 | 16 | 75 | 0 | 104 | 123 | 162 | 64 | 13 |
| Binary | 10001 | 101100 | 1110 | 111101 | 0 | 1000100 | 1010011 | 1110010 | 110100 | 1011 |
Color Harmonies of #112C0E
Complementary color
Monochromatic Colors of #112C0E
Black with #112C0E
Text Example
Text Example
White with #112C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C0E; }
p { color: rgb(17,44,14); }
H1.HeaderClassName
{
color: #112C0E;
}
.AnyTagClassName
{
color: #112C0E;
}
</style>
background-color css
<style>
a { background-color: #112C0E; }
a { background-color: rgb(17,44,14); }
div.DivClassName
{
background-color: #112C0E;
}
.BgClassName
{
background-color: #112C0E;
}
</style>
border-color css
<style>
span { border-color: #112C0E; }
span { border-color: rgb(17,44,14); }
td.TdClassName
{
border-color: #112C0E;
}
.TagClassName
{
border-color: #112C0E;
}
</style>