Shades of Myrtle #112C0B
Tints of Myrtle #112C0B
RGB
CMYK
RGB Variations
Color information
#112C0B (or 0x112C0B) is known color: Myrtle. HEX triplet: 11, 2C and 0B. RGB value is (17,44,11). Sum of RGB (Red+Green+Blue) = 17+44+11=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #112C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C0B is #EED3F4. Grayscale: #202020. Windows color (decimal): -15651829 or 732177. OLE color: 732177.
HSL color Cylindrical-coordinate representation of color #112C0B: hue angle of 109.09º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112C0B is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 11 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.83 |
| HSL | 109.09º | 0.6% | 0.11% | - |
| HSV(B) | 109.09º | 0.75% | 0.17% | - |
| XYZ | 1.19 | 1.94 | 0.63 | - |
| YUV | 32.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 11 | 0.61 | 0 | 0.75 | 0.83 | 109.09 | 0.6 | 0.11 |
| Hex | 11 | 2C | B | 3D | 0 | 4B | 53 | 6D | 3C | B |
| Octal | 21 | 54 | 13 | 75 | 0 | 113 | 123 | 155 | 74 | 13 |
| Binary | 10001 | 101100 | 1011 | 111101 | 0 | 1001011 | 1010011 | 1101101 | 111100 | 1011 |
Color Harmonies of #112C0B
Complementary color
Monochromatic Colors of #112C0B
Black with #112C0B
Text Example
Text Example
White with #112C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C0B; }
p { color: rgb(17,44,11); }
H1.HeaderClassName
{
color: #112C0B;
}
.AnyTagClassName
{
color: #112C0B;
}
</style>
background-color css
<style>
a { background-color: #112C0B; }
a { background-color: rgb(17,44,11); }
div.DivClassName
{
background-color: #112C0B;
}
.BgClassName
{
background-color: #112C0B;
}
</style>
border-color css
<style>
span { border-color: #112C0B; }
span { border-color: rgb(17,44,11); }
td.TdClassName
{
border-color: #112C0B;
}
.TagClassName
{
border-color: #112C0B;
}
</style>