Shades of Myrtle #1A4815
Tints of Myrtle #1A4815
RGB
CMYK
RGB Variations
Color information
#1A4815 (or 0x1A4815) is known color: Myrtle. HEX triplet: 1A, 48 and 15. RGB value is (26,72,21). Sum of RGB (Red+Green+Blue) = 26+72+21=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4815 is #E5B7EA. Grayscale: #343434. Windows color (decimal): -15054827 or 1394714. OLE color: 1394714.
HSL color Cylindrical-coordinate representation of color #1A4815: hue angle of 114.12º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4815 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 21 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.72 |
| HSL | 114.12º | 0.55% | 0.18% | - |
| HSV(B) | 114.12º | 0.71% | 0.28% | - |
| XYZ | 2.88 | 4.91 | 1.51 | - |
| YUV | 52.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 21 | 0.64 | 0 | 0.71 | 0.72 | 114.12 | 0.55 | 0.18 |
| Hex | 1A | 48 | 15 | 40 | 0 | 47 | 48 | 72 | 37 | 12 |
| Octal | 32 | 110 | 25 | 100 | 0 | 107 | 110 | 162 | 67 | 22 |
| Binary | 11010 | 1001000 | 10101 | 1000000 | 0 | 1000111 | 1001000 | 1110010 | 110111 | 10010 |
Color Harmonies of #1A4815
Complementary color
Monochromatic Colors of #1A4815
Black with #1A4815
Text Example
Text Example
White with #1A4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4815; }
p { color: rgb(26,72,21); }
H1.HeaderClassName
{
color: #1A4815;
}
.AnyTagClassName
{
color: #1A4815;
}
</style>
background-color css
<style>
a { background-color: #1A4815; }
a { background-color: rgb(26,72,21); }
div.DivClassName
{
background-color: #1A4815;
}
.BgClassName
{
background-color: #1A4815;
}
</style>
border-color css
<style>
span { border-color: #1A4815; }
span { border-color: rgb(26,72,21); }
td.TdClassName
{
border-color: #1A4815;
}
.TagClassName
{
border-color: #1A4815;
}
</style>