Shades of Myrtle #1C560A
Tints of Myrtle #1C560A
RGB
CMYK
RGB Variations
Color information
#1C560A (or 0x1C560A) is known color: Myrtle. HEX triplet: 1C, 56 and 0A. RGB value is (28,86,10). Sum of RGB (Red+Green+Blue) = 28+86+10=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #1C560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C560A is #E3A9F5. Grayscale: #3C3C3C. Windows color (decimal): -14920182 or 677404. OLE color: 677404.
HSL color Cylindrical-coordinate representation of color #1C560A: hue angle of 105.79º 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 #1C560A is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 10 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.66 |
| HSL | 105.79º | 0.79% | 0.19% | - |
| HSV(B) | 105.79º | 0.88% | 0.34% | - |
| XYZ | 3.86 | 6.92 | 1.42 | - |
| YUV | 59.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 10 | 0.67 | 0 | 0.88 | 0.66 | 105.79 | 0.79 | 0.19 |
| Hex | 1C | 56 | A | 43 | 0 | 58 | 42 | 6A | 4F | 13 |
| Octal | 34 | 126 | 12 | 103 | 0 | 130 | 102 | 152 | 117 | 23 |
| Binary | 11100 | 1010110 | 1010 | 1000011 | 0 | 1011000 | 1000010 | 1101010 | 1001111 | 10011 |
Color Harmonies of #1C560A
Complementary color
Monochromatic Colors of #1C560A
Black with #1C560A
Text Example
Text Example
White with #1C560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C560A; }
p { color: rgb(28,86,10); }
H1.HeaderClassName
{
color: #1C560A;
}
.AnyTagClassName
{
color: #1C560A;
}
</style>
background-color css
<style>
a { background-color: #1C560A; }
a { background-color: rgb(28,86,10); }
div.DivClassName
{
background-color: #1C560A;
}
.BgClassName
{
background-color: #1C560A;
}
</style>
border-color css
<style>
span { border-color: #1C560A; }
span { border-color: rgb(28,86,10); }
td.TdClassName
{
border-color: #1C560A;
}
.TagClassName
{
border-color: #1C560A;
}
</style>