Shades of Myrtle #1A570F
Tints of Myrtle #1A570F
RGB
CMYK
RGB Variations
Color information
#1A570F (or 0x1A570F) is known color: Myrtle. HEX triplet: 1A, 57 and 0F. RGB value is (26,87,15). Sum of RGB (Red+Green+Blue) = 26+87+15=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 87 (34.38% from 255 or 67.97% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 87 - color contains mainly: green. Hex color #1A570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A570F is #E5A8F0. Grayscale: #3C3C3C. Windows color (decimal): -15050993 or 1005338. OLE color: 1005338.
HSL color Cylindrical-coordinate representation of color #1A570F: hue angle of 110.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A570F is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 15 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.66 |
| HSL | 110.83º | 0.71% | 0.2% | - |
| HSV(B) | 110.83º | 0.83% | 0.34% | - |
| XYZ | 3.92 | 7.07 | 1.61 | - |
| YUV | 60.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 15 | 0.70 | 0 | 0.83 | 0.66 | 110.83 | 0.71 | 0.2 |
| Hex | 1A | 57 | F | 46 | 0 | 53 | 42 | 6F | 47 | 14 |
| Octal | 32 | 127 | 17 | 106 | 0 | 123 | 102 | 157 | 107 | 24 |
| Binary | 11010 | 1010111 | 1111 | 1000110 | 0 | 1010011 | 1000010 | 1101111 | 1000111 | 10100 |
Color Harmonies of #1A570F
Complementary color
Monochromatic Colors of #1A570F
Black with #1A570F
Text Example
Text Example
White with #1A570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A570F; }
p { color: rgb(26,87,15); }
H1.HeaderClassName
{
color: #1A570F;
}
.AnyTagClassName
{
color: #1A570F;
}
</style>
background-color css
<style>
a { background-color: #1A570F; }
a { background-color: rgb(26,87,15); }
div.DivClassName
{
background-color: #1A570F;
}
.BgClassName
{
background-color: #1A570F;
}
</style>
border-color css
<style>
span { border-color: #1A570F; }
span { border-color: rgb(26,87,15); }
td.TdClassName
{
border-color: #1A570F;
}
.TagClassName
{
border-color: #1A570F;
}
</style>