Shades of Myrtle #114012
Tints of Myrtle #114012
RGB
CMYK
RGB Variations
Color information
#114012 (or 0x114012) is known color: Myrtle. HEX triplet: 11, 40 and 12. RGB value is (17,64,18). Sum of RGB (Red+Green+Blue) = 17+64+18=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #114012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114012 is #EEBFED. Grayscale: #2C2C2C. Windows color (decimal): -15646702 or 1196049. OLE color: 1196049.
HSL color Cylindrical-coordinate representation of color #114012: hue angle of 121.28º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114012 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 18 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.75 |
| HSL | 121.28º | 0.58% | 0.16% | - |
| HSV(B) | 121.28º | 0.73% | 0.25% | - |
| XYZ | 2.17 | 3.83 | 1.2 | - |
| YUV | 44.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 18 | 0.73 | 0 | 0.72 | 0.75 | 121.28 | 0.58 | 0.16 |
| Hex | 11 | 40 | 12 | 49 | 0 | 48 | 4B | 79 | 3A | 10 |
| Octal | 21 | 100 | 22 | 111 | 0 | 110 | 113 | 171 | 72 | 20 |
| Binary | 10001 | 1000000 | 10010 | 1001001 | 0 | 1001000 | 1001011 | 1111001 | 111010 | 10000 |
Color Harmonies of #114012
Complementary color
Monochromatic Colors of #114012
Black with #114012
Text Example
Text Example
White with #114012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114012; }
p { color: rgb(17,64,18); }
H1.HeaderClassName
{
color: #114012;
}
.AnyTagClassName
{
color: #114012;
}
</style>
background-color css
<style>
a { background-color: #114012; }
a { background-color: rgb(17,64,18); }
div.DivClassName
{
background-color: #114012;
}
.BgClassName
{
background-color: #114012;
}
</style>
border-color css
<style>
span { border-color: #114012; }
span { border-color: rgb(17,64,18); }
td.TdClassName
{
border-color: #114012;
}
.TagClassName
{
border-color: #114012;
}
</style>