Shades of Myrtle #1A4019
Tints of Myrtle #1A4019
RGB
CMYK
RGB Variations
Color information
#1A4019 (or 0x1A4019) is known color: Myrtle. HEX triplet: 1A, 40 and 19. RGB value is (26,64,25). Sum of RGB (Red+Green+Blue) = 26+64+25=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4019 is #E5BFE6. Grayscale: #303030. Windows color (decimal): -15056871 or 1654810. OLE color: 1654810.
HSL color Cylindrical-coordinate representation of color #1A4019: hue angle of 118.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A4019 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 25 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.75 |
| HSL | 118.46º | 0.44% | 0.17% | - |
| HSV(B) | 118.46º | 0.61% | 0.25% | - |
| XYZ | 2.43 | 3.96 | 1.56 | - |
| YUV | 48.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 25 | 0.59 | 0 | 0.61 | 0.75 | 118.46 | 0.44 | 0.17 |
| Hex | 1A | 40 | 19 | 3B | 0 | 3D | 4B | 76 | 2C | 11 |
| Octal | 32 | 100 | 31 | 73 | 0 | 75 | 113 | 166 | 54 | 21 |
| Binary | 11010 | 1000000 | 11001 | 111011 | 0 | 111101 | 1001011 | 1110110 | 101100 | 10001 |
Color Harmonies of #1A4019
Complementary color
Monochromatic Colors of #1A4019
Black with #1A4019
Text Example
Text Example
White with #1A4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4019; }
p { color: rgb(26,64,25); }
H1.HeaderClassName
{
color: #1A4019;
}
.AnyTagClassName
{
color: #1A4019;
}
</style>
background-color css
<style>
a { background-color: #1A4019; }
a { background-color: rgb(26,64,25); }
div.DivClassName
{
background-color: #1A4019;
}
.BgClassName
{
background-color: #1A4019;
}
</style>
border-color css
<style>
span { border-color: #1A4019; }
span { border-color: rgb(26,64,25); }
td.TdClassName
{
border-color: #1A4019;
}
.TagClassName
{
border-color: #1A4019;
}
</style>