Shades of Myrtle #112D06
Tints of Myrtle #112D06
RGB
CMYK
RGB Variations
Color information
#112D06 (or 0x112D06) is known color: Myrtle. HEX triplet: 11, 2D and 06. RGB value is (17,45,6). Sum of RGB (Red+Green+Blue) = 17+45+6=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 45 (17.97% from 255 or 66.18% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 45 - color contains mainly: green. Hex color #112D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D06 is #EED2F9. Grayscale: #202020. Windows color (decimal): -15651578 or 404753. OLE color: 404753.
HSL color Cylindrical-coordinate representation of color #112D06: hue angle of 103.08º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112D06 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 45 | 6 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.82 |
| HSL | 103.08º | 0.76% | 0.1% | - |
| HSV(B) | 103.08º | 0.87% | 0.18% | - |
| XYZ | 1.2 | 2.01 | 0.5 | - |
| YUV | 32.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 6 | 0.62 | 0 | 0.87 | 0.82 | 103.08 | 0.76 | 0.1 |
| Hex | 11 | 2D | 6 | 3E | 0 | 57 | 52 | 67 | 4C | A |
| Octal | 21 | 55 | 6 | 76 | 0 | 127 | 122 | 147 | 114 | 12 |
| Binary | 10001 | 101101 | 110 | 111110 | 0 | 1010111 | 1010010 | 1100111 | 1001100 | 1010 |
Color Harmonies of #112D06
Complementary color
Monochromatic Colors of #112D06
Black with #112D06
Text Example
Text Example
White with #112D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D06; }
p { color: rgb(17,45,6); }
H1.HeaderClassName
{
color: #112D06;
}
.AnyTagClassName
{
color: #112D06;
}
</style>
background-color css
<style>
a { background-color: #112D06; }
a { background-color: rgb(17,45,6); }
div.DivClassName
{
background-color: #112D06;
}
.BgClassName
{
background-color: #112D06;
}
</style>
border-color css
<style>
span { border-color: #112D06; }
span { border-color: rgb(17,45,6); }
td.TdClassName
{
border-color: #112D06;
}
.TagClassName
{
border-color: #112D06;
}
</style>