Shades of Myrtle #1A4006
Tints of Myrtle #1A4006
RGB
CMYK
RGB Variations
Color information
#1A4006 (or 0x1A4006) is known color: Myrtle. HEX triplet: 1A, 40 and 06. RGB value is (26,64,6). Sum of RGB (Red+Green+Blue) = 26+64+6=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4006 is #E5BFF9. Grayscale: #2E2E2E. Windows color (decimal): -15056890 or 409626. OLE color: 409626.
HSL color Cylindrical-coordinate representation of color #1A4006: hue angle of 99.31º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A4006 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 6 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.75 |
| HSL | 99.31º | 0.83% | 0.14% | - |
| HSV(B) | 99.31º | 0.91% | 0.25% | - |
| XYZ | 2.29 | 3.9 | 0.8 | - |
| YUV | 46.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 6 | 0.59 | 0 | 0.91 | 0.75 | 99.31 | 0.83 | 0.14 |
| Hex | 1A | 40 | 6 | 3B | 0 | 5B | 4B | 63 | 53 | E |
| Octal | 32 | 100 | 6 | 73 | 0 | 133 | 113 | 143 | 123 | 16 |
| Binary | 11010 | 1000000 | 110 | 111011 | 0 | 1011011 | 1001011 | 1100011 | 1010011 | 1110 |
Color Harmonies of #1A4006
Complementary color
Monochromatic Colors of #1A4006
Black with #1A4006
Text Example
Text Example
White with #1A4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4006; }
p { color: rgb(26,64,6); }
H1.HeaderClassName
{
color: #1A4006;
}
.AnyTagClassName
{
color: #1A4006;
}
</style>
background-color css
<style>
a { background-color: #1A4006; }
a { background-color: rgb(26,64,6); }
div.DivClassName
{
background-color: #1A4006;
}
.BgClassName
{
background-color: #1A4006;
}
</style>
border-color css
<style>
span { border-color: #1A4006; }
span { border-color: rgb(26,64,6); }
td.TdClassName
{
border-color: #1A4006;
}
.TagClassName
{
border-color: #1A4006;
}
</style>