Shades of Myrtle #112C10
Tints of Myrtle #112C10
RGB
CMYK
RGB Variations
Color information
#112C10 (or 0x112C10) is known color: Myrtle. HEX triplet: 11, 2C and 10. RGB value is (17,44,16). Sum of RGB (Red+Green+Blue) = 17+44+16=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #112C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C10 is #EED3EF. Grayscale: #202020. Windows color (decimal): -15651824 or 1059857. OLE color: 1059857.
HSL color Cylindrical-coordinate representation of color #112C10: hue angle of 117.86º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112C10 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 16 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.83 |
| HSL | 117.86º | 0.47% | 0.12% | - |
| HSV(B) | 117.86º | 0.64% | 0.17% | - |
| XYZ | 1.23 | 1.96 | 0.8 | - |
| YUV | 32.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 16 | 0.61 | 0 | 0.64 | 0.83 | 117.86 | 0.47 | 0.12 |
| Hex | 11 | 2C | 10 | 3D | 0 | 40 | 53 | 76 | 2F | C |
| Octal | 21 | 54 | 20 | 75 | 0 | 100 | 123 | 166 | 57 | 14 |
| Binary | 10001 | 101100 | 10000 | 111101 | 0 | 1000000 | 1010011 | 1110110 | 101111 | 1100 |
Color Harmonies of #112C10
Complementary color
Monochromatic Colors of #112C10
Black with #112C10
Text Example
Text Example
White with #112C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C10; }
p { color: rgb(17,44,16); }
H1.HeaderClassName
{
color: #112C10;
}
.AnyTagClassName
{
color: #112C10;
}
</style>
background-color css
<style>
a { background-color: #112C10; }
a { background-color: rgb(17,44,16); }
div.DivClassName
{
background-color: #112C10;
}
.BgClassName
{
background-color: #112C10;
}
</style>
border-color css
<style>
span { border-color: #112C10; }
span { border-color: rgb(17,44,16); }
td.TdClassName
{
border-color: #112C10;
}
.TagClassName
{
border-color: #112C10;
}
</style>