Shades of Myrtle #1A4816
Tints of Myrtle #1A4816
RGB
CMYK
RGB Variations
Color information
#1A4816 (or 0x1A4816) is known color: Myrtle. HEX triplet: 1A, 48 and 16. RGB value is (26,72,22). Sum of RGB (Red+Green+Blue) = 26+72+22=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4816 is #E5B7E9. Grayscale: #343434. Windows color (decimal): -15054826 or 1460250. OLE color: 1460250.
HSL color Cylindrical-coordinate representation of color #1A4816: hue angle of 115.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A4816 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 22 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.72 |
| HSL | 115.2º | 0.53% | 0.18% | - |
| HSV(B) | 115.2º | 0.69% | 0.28% | - |
| XYZ | 2.89 | 4.91 | 1.55 | - |
| YUV | 52.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 22 | 0.64 | 0 | 0.69 | 0.72 | 115.2 | 0.53 | 0.18 |
| Hex | 1A | 48 | 16 | 40 | 0 | 45 | 48 | 73 | 35 | 12 |
| Octal | 32 | 110 | 26 | 100 | 0 | 105 | 110 | 163 | 65 | 22 |
| Binary | 11010 | 1001000 | 10110 | 1000000 | 0 | 1000101 | 1001000 | 1110011 | 110101 | 10010 |
Color Harmonies of #1A4816
Complementary color
Monochromatic Colors of #1A4816
Black with #1A4816
Text Example
Text Example
White with #1A4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4816; }
p { color: rgb(26,72,22); }
H1.HeaderClassName
{
color: #1A4816;
}
.AnyTagClassName
{
color: #1A4816;
}
</style>
background-color css
<style>
a { background-color: #1A4816; }
a { background-color: rgb(26,72,22); }
div.DivClassName
{
background-color: #1A4816;
}
.BgClassName
{
background-color: #1A4816;
}
</style>
border-color css
<style>
span { border-color: #1A4816; }
span { border-color: rgb(26,72,22); }
td.TdClassName
{
border-color: #1A4816;
}
.TagClassName
{
border-color: #1A4816;
}
</style>