Shades of Myrtle #111F0C
Tints of Myrtle #111F0C
RGB
CMYK
RGB Variations
Color information
#111F0C (or 0x111F0C) is known color: Myrtle. HEX triplet: 11, 1F and 0C. RGB value is (17,31,12). Sum of RGB (Red+Green+Blue) = 17+31+12=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #111F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F0C is #EEE0F3. Grayscale: #181818. Windows color (decimal): -15655156 or 794385. OLE color: 794385.
HSL color Cylindrical-coordinate representation of color #111F0C: hue angle of 104.21º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #111F0C is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 31 | 12 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.88 |
| HSL | 104.21º | 0.44% | 0.08% | - |
| HSV(B) | 104.21º | 0.61% | 0.12% | - |
| XYZ | 0.79 | 1.13 | 0.52 | - |
| YUV | 24.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 12 | 0.45 | 0 | 0.61 | 0.88 | 104.21 | 0.44 | 0.08 |
| Hex | 11 | 1F | C | 2D | 0 | 3D | 58 | 68 | 2C | 8 |
| Octal | 21 | 37 | 14 | 55 | 0 | 75 | 130 | 150 | 54 | 10 |
| Binary | 10001 | 11111 | 1100 | 101101 | 0 | 111101 | 1011000 | 1101000 | 101100 | 1000 |
Color Harmonies of #111F0C
Complementary color
Monochromatic Colors of #111F0C
Black with #111F0C
Text Example
Text Example
White with #111F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F0C; }
p { color: rgb(17,31,12); }
H1.HeaderClassName
{
color: #111F0C;
}
.AnyTagClassName
{
color: #111F0C;
}
</style>
background-color css
<style>
a { background-color: #111F0C; }
a { background-color: rgb(17,31,12); }
div.DivClassName
{
background-color: #111F0C;
}
.BgClassName
{
background-color: #111F0C;
}
</style>
border-color css
<style>
span { border-color: #111F0C; }
span { border-color: rgb(17,31,12); }
td.TdClassName
{
border-color: #111F0C;
}
.TagClassName
{
border-color: #111F0C;
}
</style>