Shades of Myrtle #1A490A
Tints of Myrtle #1A490A
RGB
CMYK
RGB Variations
Color information
#1A490A (or 0x1A490A) is known color: Myrtle. HEX triplet: 1A, 49 and 0A. RGB value is (26,73,10). Sum of RGB (Red+Green+Blue) = 26+73+10=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #1A490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A490A is #E5B6F5. Grayscale: #333333. Windows color (decimal): -15054582 or 674074. OLE color: 674074.
HSL color Cylindrical-coordinate representation of color #1A490A: hue angle of 104.76º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A490A is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 10 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.71 |
| HSL | 104.76º | 0.76% | 0.16% | - |
| HSV(B) | 104.76º | 0.86% | 0.29% | - |
| XYZ | 2.86 | 5.01 | 1.1 | - |
| YUV | 51.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 10 | 0.64 | 0 | 0.86 | 0.71 | 104.76 | 0.76 | 0.16 |
| Hex | 1A | 49 | A | 40 | 0 | 56 | 47 | 69 | 4C | 10 |
| Octal | 32 | 111 | 12 | 100 | 0 | 126 | 107 | 151 | 114 | 20 |
| Binary | 11010 | 1001001 | 1010 | 1000000 | 0 | 1010110 | 1000111 | 1101001 | 1001100 | 10000 |
Color Harmonies of #1A490A
Complementary color
Monochromatic Colors of #1A490A
Black with #1A490A
Text Example
Text Example
White with #1A490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A490A; }
p { color: rgb(26,73,10); }
H1.HeaderClassName
{
color: #1A490A;
}
.AnyTagClassName
{
color: #1A490A;
}
</style>
background-color css
<style>
a { background-color: #1A490A; }
a { background-color: rgb(26,73,10); }
div.DivClassName
{
background-color: #1A490A;
}
.BgClassName
{
background-color: #1A490A;
}
</style>
border-color css
<style>
span { border-color: #1A490A; }
span { border-color: rgb(26,73,10); }
td.TdClassName
{
border-color: #1A490A;
}
.TagClassName
{
border-color: #1A490A;
}
</style>