Shades of Myrtle #1A4821
Tints of Myrtle #1A4821
RGB
CMYK
RGB Variations
Color information
#1A4821 (or 0x1A4821) is known color: Myrtle. HEX triplet: 1A, 48 and 21. RGB value is (26,72,33). Sum of RGB (Red+Green+Blue) = 26+72+33=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4821 is #E5B7DE. Grayscale: #353535. Windows color (decimal): -15054815 or 2181146. OLE color: 2181146.
HSL color Cylindrical-coordinate representation of color #1A4821: hue angle of 129.13º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4821 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 33 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.72 |
| HSL | 129.13º | 0.47% | 0.19% | - |
| HSV(B) | 129.13º | 0.64% | 0.28% | - |
| XYZ | 3.02 | 4.96 | 2.24 | - |
| YUV | 53.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 33 | 0.64 | 0 | 0.54 | 0.72 | 129.13 | 0.47 | 0.19 |
| Hex | 1A | 48 | 21 | 40 | 0 | 36 | 48 | 81 | 2F | 13 |
| Octal | 32 | 110 | 41 | 100 | 0 | 66 | 110 | 201 | 57 | 23 |
| Binary | 11010 | 1001000 | 100001 | 1000000 | 0 | 110110 | 1001000 | 10000001 | 101111 | 10011 |
Color Harmonies of #1A4821
Complementary color
Monochromatic Colors of #1A4821
Black with #1A4821
Text Example
Text Example
White with #1A4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4821; }
p { color: rgb(26,72,33); }
H1.HeaderClassName
{
color: #1A4821;
}
.AnyTagClassName
{
color: #1A4821;
}
</style>
background-color css
<style>
a { background-color: #1A4821; }
a { background-color: rgb(26,72,33); }
div.DivClassName
{
background-color: #1A4821;
}
.BgClassName
{
background-color: #1A4821;
}
</style>
border-color css
<style>
span { border-color: #1A4821; }
span { border-color: rgb(26,72,33); }
td.TdClassName
{
border-color: #1A4821;
}
.TagClassName
{
border-color: #1A4821;
}
</style>