Shades of Myrtle #1A6414
Tints of Myrtle #1A6414
RGB
CMYK
RGB Variations
Color information
#1A6414 (or 0x1A6414) is known color: Myrtle. HEX triplet: 1A, 64 and 14. RGB value is (26,100,20). Sum of RGB (Red+Green+Blue) = 26+100+20=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #1A6414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6414 is #E59BEB. Grayscale: #454545. Windows color (decimal): -15047660 or 1336346. OLE color: 1336346.
HSL color Cylindrical-coordinate representation of color #1A6414: hue angle of 115.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6414 is Cyan = 0.74, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 100 | 20 | - |
| CMYK | 0.74 | 0 | 0.8 | 0.61 |
| HSL | 115.5º | 0.67% | 0.24% | - |
| HSV(B) | 115.5º | 0.8% | 0.39% | - |
| XYZ | 5.11 | 9.38 | 2.2 | - |
| YUV | 68.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 20 | 0.74 | 0 | 0.8 | 0.61 | 115.5 | 0.67 | 0.24 |
| Hex | 1A | 64 | 14 | 4A | 0 | 50 | 3D | 74 | 43 | 18 |
| Octal | 32 | 144 | 24 | 112 | 0 | 120 | 75 | 164 | 103 | 30 |
| Binary | 11010 | 1100100 | 10100 | 1001010 | 0 | 1010000 | 111101 | 1110100 | 1000011 | 11000 |
Color Harmonies of #1A6414
Complementary color
Monochromatic Colors of #1A6414
Black with #1A6414
Text Example
Text Example
White with #1A6414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6414; }
p { color: rgb(26,100,20); }
H1.HeaderClassName
{
color: #1A6414;
}
.AnyTagClassName
{
color: #1A6414;
}
</style>
background-color css
<style>
a { background-color: #1A6414; }
a { background-color: rgb(26,100,20); }
div.DivClassName
{
background-color: #1A6414;
}
.BgClassName
{
background-color: #1A6414;
}
</style>
border-color css
<style>
span { border-color: #1A6414; }
span { border-color: rgb(26,100,20); }
td.TdClassName
{
border-color: #1A6414;
}
.TagClassName
{
border-color: #1A6414;
}
</style>