Shades of Myrtle #112C12
Tints of Myrtle #112C12
RGB
CMYK
RGB Variations
Color information
#112C12 (or 0x112C12) is known color: Myrtle. HEX triplet: 11, 2C and 12. RGB value is (17,44,18). Sum of RGB (Red+Green+Blue) = 17+44+18=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 44 (17.58% from 255 or 55.70% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 44 - color contains mainly: green. Hex color #112C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C12 is #EED3ED. Grayscale: #212121. Windows color (decimal): -15651822 or 1190929. OLE color: 1190929.
HSL color Cylindrical-coordinate representation of color #112C12: hue angle of 122.22º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C12 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 18 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.83 |
| HSL | 122.22º | 0.44% | 0.12% | - |
| HSV(B) | 122.22º | 0.61% | 0.17% | - |
| XYZ | 1.24 | 1.96 | 0.89 | - |
| YUV | 32.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 18 | 0.61 | 0 | 0.59 | 0.83 | 122.22 | 0.44 | 0.12 |
| Hex | 11 | 2C | 12 | 3D | 0 | 3B | 53 | 7A | 2C | C |
| Octal | 21 | 54 | 22 | 75 | 0 | 73 | 123 | 172 | 54 | 14 |
| Binary | 10001 | 101100 | 10010 | 111101 | 0 | 111011 | 1010011 | 1111010 | 101100 | 1100 |
Color Harmonies of #112C12
Complementary color
Monochromatic Colors of #112C12
Black with #112C12
Text Example
Text Example
White with #112C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C12; }
p { color: rgb(17,44,18); }
H1.HeaderClassName
{
color: #112C12;
}
.AnyTagClassName
{
color: #112C12;
}
</style>
background-color css
<style>
a { background-color: #112C12; }
a { background-color: rgb(17,44,18); }
div.DivClassName
{
background-color: #112C12;
}
.BgClassName
{
background-color: #112C12;
}
</style>
border-color css
<style>
span { border-color: #112C12; }
span { border-color: rgb(17,44,18); }
td.TdClassName
{
border-color: #112C12;
}
.TagClassName
{
border-color: #112C12;
}
</style>