Shades of Myrtle #18560A
Tints of Myrtle #18560A
RGB
CMYK
RGB Variations
Color information
#18560A (or 0x18560A) is known color: Myrtle. HEX triplet: 18, 56 and 0A. RGB value is (24,86,10). Sum of RGB (Red+Green+Blue) = 24+86+10=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #18560A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18560A is #E7A9F5. Grayscale: #3B3B3B. Windows color (decimal): -15182326 or 677400. OLE color: 677400.
HSL color Cylindrical-coordinate representation of color #18560A: hue angle of 108.95º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18560A is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 10 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.66 |
| HSL | 108.95º | 0.79% | 0.19% | - |
| HSV(B) | 108.95º | 0.88% | 0.34% | - |
| XYZ | 3.76 | 6.87 | 1.42 | - |
| YUV | 58.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 10 | 0.72 | 0 | 0.88 | 0.66 | 108.95 | 0.79 | 0.19 |
| Hex | 18 | 56 | A | 48 | 0 | 58 | 42 | 6D | 4F | 13 |
| Octal | 30 | 126 | 12 | 110 | 0 | 130 | 102 | 155 | 117 | 23 |
| Binary | 11000 | 1010110 | 1010 | 1001000 | 0 | 1011000 | 1000010 | 1101101 | 1001111 | 10011 |
Color Harmonies of #18560A
Complementary color
Monochromatic Colors of #18560A
Black with #18560A
Text Example
Text Example
White with #18560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18560A; }
p { color: rgb(24,86,10); }
H1.HeaderClassName
{
color: #18560A;
}
.AnyTagClassName
{
color: #18560A;
}
</style>
background-color css
<style>
a { background-color: #18560A; }
a { background-color: rgb(24,86,10); }
div.DivClassName
{
background-color: #18560A;
}
.BgClassName
{
background-color: #18560A;
}
</style>
border-color css
<style>
span { border-color: #18560A; }
span { border-color: rgb(24,86,10); }
td.TdClassName
{
border-color: #18560A;
}
.TagClassName
{
border-color: #18560A;
}
</style>