Shades of Myrtle #111F0E
Tints of Myrtle #111F0E
RGB
CMYK
RGB Variations
Color information
#111F0E (or 0x111F0E) is known color: Myrtle. HEX triplet: 11, 1F and 0E. RGB value is (17,31,14). Sum of RGB (Red+Green+Blue) = 17+31+14=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #111F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F0E is #EEE0F1. Grayscale: #181818. Windows color (decimal): -15655154 or 925457. OLE color: 925457.
HSL color Cylindrical-coordinate representation of color #111F0E: hue angle of 109.41º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111F0E is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 31 | 14 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.88 |
| HSL | 109.41º | 0.38% | 0.09% | - |
| HSV(B) | 109.41º | 0.55% | 0.12% | - |
| XYZ | 0.8 | 1.13 | 0.59 | - |
| YUV | 24.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 14 | 0.45 | 0 | 0.55 | 0.88 | 109.41 | 0.38 | 0.09 |
| Hex | 11 | 1F | E | 2D | 0 | 37 | 58 | 6D | 26 | 9 |
| Octal | 21 | 37 | 16 | 55 | 0 | 67 | 130 | 155 | 46 | 11 |
| Binary | 10001 | 11111 | 1110 | 101101 | 0 | 110111 | 1011000 | 1101101 | 100110 | 1001 |
Color Harmonies of #111F0E
Complementary color
Monochromatic Colors of #111F0E
Black with #111F0E
Text Example
Text Example
White with #111F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F0E; }
p { color: rgb(17,31,14); }
H1.HeaderClassName
{
color: #111F0E;
}
.AnyTagClassName
{
color: #111F0E;
}
</style>
background-color css
<style>
a { background-color: #111F0E; }
a { background-color: rgb(17,31,14); }
div.DivClassName
{
background-color: #111F0E;
}
.BgClassName
{
background-color: #111F0E;
}
</style>
border-color css
<style>
span { border-color: #111F0E; }
span { border-color: rgb(17,31,14); }
td.TdClassName
{
border-color: #111F0E;
}
.TagClassName
{
border-color: #111F0E;
}
</style>