Shades of Myrtle #1A4005
Tints of Myrtle #1A4005
RGB
CMYK
RGB Variations
Color information
#1A4005 (or 0x1A4005) is known color: Myrtle. HEX triplet: 1A, 40 and 05. RGB value is (26,64,5). Sum of RGB (Red+Green+Blue) = 26+64+5=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4005 is #E5BFFA. Grayscale: #2E2E2E. Windows color (decimal): -15056891 or 344090. OLE color: 344090.
HSL color Cylindrical-coordinate representation of color #1A4005: hue angle of 98.64º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A4005 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 5 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.75 |
| HSL | 98.64º | 0.86% | 0.14% | - |
| HSV(B) | 98.64º | 0.92% | 0.25% | - |
| XYZ | 2.29 | 3.9 | 0.78 | - |
| YUV | 45.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 5 | 0.59 | 0 | 0.92 | 0.75 | 98.64 | 0.86 | 0.14 |
| Hex | 1A | 40 | 5 | 3B | 0 | 5C | 4B | 63 | 56 | E |
| Octal | 32 | 100 | 5 | 73 | 0 | 134 | 113 | 143 | 126 | 16 |
| Binary | 11010 | 1000000 | 101 | 111011 | 0 | 1011100 | 1001011 | 1100011 | 1010110 | 1110 |
Color Harmonies of #1A4005
Complementary color
Monochromatic Colors of #1A4005
Black with #1A4005
Text Example
Text Example
White with #1A4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4005; }
p { color: rgb(26,64,5); }
H1.HeaderClassName
{
color: #1A4005;
}
.AnyTagClassName
{
color: #1A4005;
}
</style>
background-color css
<style>
a { background-color: #1A4005; }
a { background-color: rgb(26,64,5); }
div.DivClassName
{
background-color: #1A4005;
}
.BgClassName
{
background-color: #1A4005;
}
</style>
border-color css
<style>
span { border-color: #1A4005; }
span { border-color: rgb(26,64,5); }
td.TdClassName
{
border-color: #1A4005;
}
.TagClassName
{
border-color: #1A4005;
}
</style>