Shades of Myrtle #112B06
Tints of Myrtle #112B06
RGB
CMYK
RGB Variations
Color information
#112B06 (or 0x112B06) is known color: Myrtle. HEX triplet: 11, 2B and 06. RGB value is (17,43,6). Sum of RGB (Red+Green+Blue) = 17+43+6=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 43 (17.19% from 255 or 65.15% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 43 - color contains mainly: green. Hex color #112B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B06 is #EED4F9. Grayscale: #1F1F1F. Windows color (decimal): -15652090 or 404241. OLE color: 404241.
HSL color Cylindrical-coordinate representation of color #112B06: hue angle of 102.16º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112B06 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 43 | 6 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.83 |
| HSL | 102.16º | 0.76% | 0.1% | - |
| HSV(B) | 102.16º | 0.86% | 0.17% | - |
| XYZ | 1.13 | 1.86 | 0.47 | - |
| YUV | 31.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 6 | 0.60 | 0 | 0.86 | 0.83 | 102.16 | 0.76 | 0.1 |
| Hex | 11 | 2B | 6 | 3C | 0 | 56 | 53 | 66 | 4C | A |
| Octal | 21 | 53 | 6 | 74 | 0 | 126 | 123 | 146 | 114 | 12 |
| Binary | 10001 | 101011 | 110 | 111100 | 0 | 1010110 | 1010011 | 1100110 | 1001100 | 1010 |
Color Harmonies of #112B06
Complementary color
Monochromatic Colors of #112B06
Black with #112B06
Text Example
Text Example
White with #112B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B06; }
p { color: rgb(17,43,6); }
H1.HeaderClassName
{
color: #112B06;
}
.AnyTagClassName
{
color: #112B06;
}
</style>
background-color css
<style>
a { background-color: #112B06; }
a { background-color: rgb(17,43,6); }
div.DivClassName
{
background-color: #112B06;
}
.BgClassName
{
background-color: #112B06;
}
</style>
border-color css
<style>
span { border-color: #112B06; }
span { border-color: rgb(17,43,6); }
td.TdClassName
{
border-color: #112B06;
}
.TagClassName
{
border-color: #112B06;
}
</style>