Shades of Myrtle #1A4716
Tints of Myrtle #1A4716
RGB
CMYK
RGB Variations
Color information
#1A4716 (or 0x1A4716) is known color: Myrtle. HEX triplet: 1A, 47 and 16. RGB value is (26,71,22). Sum of RGB (Red+Green+Blue) = 26+71+22=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4716 is #E5B8E9. Grayscale: #343434. Windows color (decimal): -15055082 or 1459994. OLE color: 1459994.
HSL color Cylindrical-coordinate representation of color #1A4716: hue angle of 115.1º 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 #1A4716 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 22 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.72 |
| HSL | 115.1º | 0.53% | 0.18% | - |
| HSV(B) | 115.1º | 0.69% | 0.28% | - |
| XYZ | 2.82 | 4.78 | 1.53 | - |
| YUV | 51.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 22 | 0.63 | 0 | 0.69 | 0.72 | 115.1 | 0.53 | 0.18 |
| Hex | 1A | 47 | 16 | 3F | 0 | 45 | 48 | 73 | 35 | 12 |
| Octal | 32 | 107 | 26 | 77 | 0 | 105 | 110 | 163 | 65 | 22 |
| Binary | 11010 | 1000111 | 10110 | 111111 | 0 | 1000101 | 1001000 | 1110011 | 110101 | 10010 |
Color Harmonies of #1A4716
Complementary color
Monochromatic Colors of #1A4716
Black with #1A4716
Text Example
Text Example
White with #1A4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4716; }
p { color: rgb(26,71,22); }
H1.HeaderClassName
{
color: #1A4716;
}
.AnyTagClassName
{
color: #1A4716;
}
</style>
background-color css
<style>
a { background-color: #1A4716; }
a { background-color: rgb(26,71,22); }
div.DivClassName
{
background-color: #1A4716;
}
.BgClassName
{
background-color: #1A4716;
}
</style>
border-color css
<style>
span { border-color: #1A4716; }
span { border-color: rgb(26,71,22); }
td.TdClassName
{
border-color: #1A4716;
}
.TagClassName
{
border-color: #1A4716;
}
</style>