Shades of Myrtle #1A580A
Tints of Myrtle #1A580A
RGB
CMYK
RGB Variations
Color information
#1A580A (or 0x1A580A) is known color: Myrtle. HEX triplet: 1A, 58 and 0A. RGB value is (26,88,10). Sum of RGB (Red+Green+Blue) = 26+88+10=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #1A580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A580A is #E5A7F5. Grayscale: #3C3C3C. Windows color (decimal): -15050742 or 677914. OLE color: 677914.
HSL color Cylindrical-coordinate representation of color #1A580A: hue angle of 107.69º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A580A is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 88 | 10 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.65 |
| HSL | 107.69º | 0.8% | 0.19% | - |
| HSV(B) | 107.69º | 0.89% | 0.35% | - |
| XYZ | 3.97 | 7.22 | 1.47 | - |
| YUV | 60.57 | 99.46 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 10 | 0.70 | 0 | 0.89 | 0.65 | 107.69 | 0.8 | 0.19 |
| Hex | 1A | 58 | A | 46 | 0 | 59 | 41 | 6C | 50 | 13 |
| Octal | 32 | 130 | 12 | 106 | 0 | 131 | 101 | 154 | 120 | 23 |
| Binary | 11010 | 1011000 | 1010 | 1000110 | 0 | 1011001 | 1000001 | 1101100 | 1010000 | 10011 |
Color Harmonies of #1A580A
Complementary color
Monochromatic Colors of #1A580A
Black with #1A580A
Text Example
Text Example
White with #1A580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A580A; }
p { color: rgb(26,88,10); }
H1.HeaderClassName
{
color: #1A580A;
}
.AnyTagClassName
{
color: #1A580A;
}
</style>
background-color css
<style>
a { background-color: #1A580A; }
a { background-color: rgb(26,88,10); }
div.DivClassName
{
background-color: #1A580A;
}
.BgClassName
{
background-color: #1A580A;
}
</style>
border-color css
<style>
span { border-color: #1A580A; }
span { border-color: rgb(26,88,10); }
td.TdClassName
{
border-color: #1A580A;
}
.TagClassName
{
border-color: #1A580A;
}
</style>