Shades of Myrtle #1A570A
Tints of Myrtle #1A570A
RGB
CMYK
RGB Variations
Color information
#1A570A (or 0x1A570A) is known color: Myrtle. HEX triplet: 1A, 57 and 0A. RGB value is (26,87,10). Sum of RGB (Red+Green+Blue) = 26+87+10=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #1A570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A570A is #E5A8F5. Grayscale: #3C3C3C. Windows color (decimal): -15050998 or 677658. OLE color: 677658.
HSL color Cylindrical-coordinate representation of color #1A570A: hue angle of 107.53º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A570A is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 10 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.66 |
| HSL | 107.53º | 0.79% | 0.19% | - |
| HSV(B) | 107.53º | 0.89% | 0.34% | - |
| XYZ | 3.89 | 7.06 | 1.44 | - |
| YUV | 59.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 10 | 0.70 | 0 | 0.89 | 0.66 | 107.53 | 0.79 | 0.19 |
| Hex | 1A | 57 | A | 46 | 0 | 59 | 42 | 6C | 4F | 13 |
| Octal | 32 | 127 | 12 | 106 | 0 | 131 | 102 | 154 | 117 | 23 |
| Binary | 11010 | 1010111 | 1010 | 1000110 | 0 | 1011001 | 1000010 | 1101100 | 1001111 | 10011 |
Color Harmonies of #1A570A
Complementary color
Monochromatic Colors of #1A570A
Black with #1A570A
Text Example
Text Example
White with #1A570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A570A; }
p { color: rgb(26,87,10); }
H1.HeaderClassName
{
color: #1A570A;
}
.AnyTagClassName
{
color: #1A570A;
}
</style>
background-color css
<style>
a { background-color: #1A570A; }
a { background-color: rgb(26,87,10); }
div.DivClassName
{
background-color: #1A570A;
}
.BgClassName
{
background-color: #1A570A;
}
</style>
border-color css
<style>
span { border-color: #1A570A; }
span { border-color: rgb(26,87,10); }
td.TdClassName
{
border-color: #1A570A;
}
.TagClassName
{
border-color: #1A570A;
}
</style>