Shades of Myrtle #1A581A
Tints of Myrtle #1A581A
RGB
CMYK
RGB Variations
Color information
#1A581A (or 0x1A581A) is known color: Myrtle. HEX triplet: 1A, 58 and 1A. RGB value is (26,88,26). Sum of RGB (Red+Green+Blue) = 26+88+26=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #1A581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A581A is #E5A7E5. Grayscale: #3E3E3E. Windows color (decimal): -15050726 or 1726490. OLE color: 1726490.
HSL color Cylindrical-coordinate representation of color #1A581A: hue angle of 120º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A581A is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 88 | 26 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.65 |
| HSL | 120º | 0.54% | 0.22% | - |
| HSV(B) | 120º | 0.7% | 0.35% | - |
| XYZ | 4.1 | 7.27 | 2.17 | - |
| YUV | 62.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 26 | 0.70 | 0 | 0.70 | 0.65 | 120 | 0.54 | 0.22 |
| Hex | 1A | 58 | 1A | 46 | 0 | 46 | 41 | 78 | 36 | 16 |
| Octal | 32 | 130 | 32 | 106 | 0 | 106 | 101 | 170 | 66 | 26 |
| Binary | 11010 | 1011000 | 11010 | 1000110 | 0 | 1000110 | 1000001 | 1111000 | 110110 | 10110 |
Color Harmonies of #1A581A
Complementary color
Monochromatic Colors of #1A581A
Black with #1A581A
Text Example
Text Example
White with #1A581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A581A; }
p { color: rgb(26,88,26); }
H1.HeaderClassName
{
color: #1A581A;
}
.AnyTagClassName
{
color: #1A581A;
}
</style>
background-color css
<style>
a { background-color: #1A581A; }
a { background-color: rgb(26,88,26); }
div.DivClassName
{
background-color: #1A581A;
}
.BgClassName
{
background-color: #1A581A;
}
</style>
border-color css
<style>
span { border-color: #1A581A; }
span { border-color: rgb(26,88,26); }
td.TdClassName
{
border-color: #1A581A;
}
.TagClassName
{
border-color: #1A581A;
}
</style>