Shades of Myrtle #11240C
Tints of Myrtle #11240C
RGB
CMYK
RGB Variations
Color information
#11240C (or 0x11240C) is known color: Myrtle. HEX triplet: 11, 24 and 0C. RGB value is (17,36,12). Sum of RGB (Red+Green+Blue) = 17+36+12=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #11240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11240C is #EEDBF3. Grayscale: #1B1B1B. Windows color (decimal): -15653876 or 795665. OLE color: 795665.
HSL color Cylindrical-coordinate representation of color #11240C: hue angle of 107.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11240C is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 36 | 12 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.86 |
| HSL | 107.5º | 0.5% | 0.09% | - |
| HSV(B) | 107.5º | 0.67% | 0.14% | - |
| XYZ | 0.93 | 1.41 | 0.57 | - |
| YUV | 27.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 12 | 0.53 | 0 | 0.67 | 0.86 | 107.5 | 0.5 | 0.09 |
| Hex | 11 | 24 | C | 35 | 0 | 43 | 56 | 6C | 32 | 9 |
| Octal | 21 | 44 | 14 | 65 | 0 | 103 | 126 | 154 | 62 | 11 |
| Binary | 10001 | 100100 | 1100 | 110101 | 0 | 1000011 | 1010110 | 1101100 | 110010 | 1001 |
Color Harmonies of #11240C
Complementary color
Monochromatic Colors of #11240C
Black with #11240C
Text Example
Text Example
White with #11240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11240C; }
p { color: rgb(17,36,12); }
H1.HeaderClassName
{
color: #11240C;
}
.AnyTagClassName
{
color: #11240C;
}
</style>
background-color css
<style>
a { background-color: #11240C; }
a { background-color: rgb(17,36,12); }
div.DivClassName
{
background-color: #11240C;
}
.BgClassName
{
background-color: #11240C;
}
</style>
border-color css
<style>
span { border-color: #11240C; }
span { border-color: rgb(17,36,12); }
td.TdClassName
{
border-color: #11240C;
}
.TagClassName
{
border-color: #11240C;
}
</style>