Shades of Myrtle #1A4900
Tints of Myrtle #1A4900
RGB
CMYK
RGB Variations
Color information
#1A4900 (or 0x1A4900) is known color: Myrtle. HEX triplet: 1A, 49 and 00. RGB value is (26,73,0). Sum of RGB (Red+Green+Blue) = 26+73+0=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4900 is #E5B6FF. Grayscale: #323232. Windows color (decimal): -15054592 or 18714. OLE color: 18714.
HSL color Cylindrical-coordinate representation of color #1A4900: hue angle of 98.63º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A4900 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.71 |
| HSL | 98.63º | 1% | 0.14% | - |
| HSV(B) | 98.63º | 1% | 0.29% | - |
| XYZ | 2.81 | 4.98 | 0.81 | - |
| YUV | 50.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 0 | 0.64 | 0 | 1 | 0.71 | 98.63 | 1 | 0.14 |
| Hex | 1A | 49 | 0 | 40 | 0 | 64 | 47 | 63 | 64 | E |
| Octal | 32 | 111 | 0 | 100 | 0 | 144 | 107 | 143 | 144 | 16 |
| Binary | 11010 | 1001001 | 0 | 1000000 | 0 | 1100100 | 1000111 | 1100011 | 1100100 | 1110 |
Color Harmonies of #1A4900
Complementary color
Monochromatic Colors of #1A4900
Black with #1A4900
Text Example
Text Example
White with #1A4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4900; }
p { color: rgb(26,73,0); }
H1.HeaderClassName
{
color: #1A4900;
}
.AnyTagClassName
{
color: #1A4900;
}
</style>
background-color css
<style>
a { background-color: #1A4900; }
a { background-color: rgb(26,73,0); }
div.DivClassName
{
background-color: #1A4900;
}
.BgClassName
{
background-color: #1A4900;
}
</style>
border-color css
<style>
span { border-color: #1A4900; }
span { border-color: rgb(26,73,0); }
td.TdClassName
{
border-color: #1A4900;
}
.TagClassName
{
border-color: #1A4900;
}
</style>