Shades of Myrtle #1A5A15
Tints of Myrtle #1A5A15
RGB
CMYK
RGB Variations
Color information
#1A5A15 (or 0x1A5A15) is known color: Myrtle. HEX triplet: 1A, 5A and 15. RGB value is (26,90,21). Sum of RGB (Red+Green+Blue) = 26+90+21=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #1A5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5A15 is #E5A5EA. Grayscale: #3F3F3F. Windows color (decimal): -15050219 or 1399322. OLE color: 1399322.
HSL color Cylindrical-coordinate representation of color #1A5A15: hue angle of 115.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A5A15 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 90 | 21 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.65 |
| HSL | 115.65º | 0.62% | 0.22% | - |
| HSV(B) | 115.65º | 0.77% | 0.35% | - |
| XYZ | 4.22 | 7.59 | 1.95 | - |
| YUV | 63 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 21 | 0.71 | 0 | 0.77 | 0.65 | 115.65 | 0.62 | 0.22 |
| Hex | 1A | 5A | 15 | 47 | 0 | 4D | 41 | 74 | 3E | 16 |
| Octal | 32 | 132 | 25 | 107 | 0 | 115 | 101 | 164 | 76 | 26 |
| Binary | 11010 | 1011010 | 10101 | 1000111 | 0 | 1001101 | 1000001 | 1110100 | 111110 | 10110 |
Color Harmonies of #1A5A15
Complementary color
Monochromatic Colors of #1A5A15
Black with #1A5A15
Text Example
Text Example
White with #1A5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5A15; }
p { color: rgb(26,90,21); }
H1.HeaderClassName
{
color: #1A5A15;
}
.AnyTagClassName
{
color: #1A5A15;
}
</style>
background-color css
<style>
a { background-color: #1A5A15; }
a { background-color: rgb(26,90,21); }
div.DivClassName
{
background-color: #1A5A15;
}
.BgClassName
{
background-color: #1A5A15;
}
</style>
border-color css
<style>
span { border-color: #1A5A15; }
span { border-color: rgb(26,90,21); }
td.TdClassName
{
border-color: #1A5A15;
}
.TagClassName
{
border-color: #1A5A15;
}
</style>