Shades of Myrtle #1A5415
Tints of Myrtle #1A5415
RGB
CMYK
RGB Variations
Color information
#1A5415 (or 0x1A5415) is known color: Myrtle. HEX triplet: 1A, 54 and 15. RGB value is (26,84,21). Sum of RGB (Red+Green+Blue) = 26+84+21=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5415 is #E5ABEA. Grayscale: #3B3B3B. Windows color (decimal): -15051755 or 1397786. OLE color: 1397786.
HSL color Cylindrical-coordinate representation of color #1A5415: hue angle of 115.24º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5415 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 21 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.67 |
| HSL | 115.24º | 0.6% | 0.21% | - |
| HSV(B) | 115.24º | 0.75% | 0.33% | - |
| XYZ | 3.73 | 6.61 | 1.79 | - |
| YUV | 59.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 21 | 0.69 | 0 | 0.75 | 0.67 | 115.24 | 0.6 | 0.21 |
| Hex | 1A | 54 | 15 | 45 | 0 | 4B | 43 | 73 | 3C | 15 |
| Octal | 32 | 124 | 25 | 105 | 0 | 113 | 103 | 163 | 74 | 25 |
| Binary | 11010 | 1010100 | 10101 | 1000101 | 0 | 1001011 | 1000011 | 1110011 | 111100 | 10101 |
Color Harmonies of #1A5415
Complementary color
Monochromatic Colors of #1A5415
Black with #1A5415
Text Example
Text Example
White with #1A5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5415; }
p { color: rgb(26,84,21); }
H1.HeaderClassName
{
color: #1A5415;
}
.AnyTagClassName
{
color: #1A5415;
}
</style>
background-color css
<style>
a { background-color: #1A5415; }
a { background-color: rgb(26,84,21); }
div.DivClassName
{
background-color: #1A5415;
}
.BgClassName
{
background-color: #1A5415;
}
</style>
border-color css
<style>
span { border-color: #1A5415; }
span { border-color: rgb(26,84,21); }
td.TdClassName
{
border-color: #1A5415;
}
.TagClassName
{
border-color: #1A5415;
}
</style>