Shades of Myrtle #1A4010
Tints of Myrtle #1A4010
RGB
CMYK
RGB Variations
Color information
#1A4010 (or 0x1A4010) is known color: Myrtle. HEX triplet: 1A, 40 and 10. RGB value is (26,64,16). Sum of RGB (Red+Green+Blue) = 26+64+16=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4010 is #E5BFEF. Grayscale: #2F2F2F. Windows color (decimal): -15056880 or 1064986. OLE color: 1064986.
HSL color Cylindrical-coordinate representation of color #1A4010: hue angle of 107.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4010 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 16 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.75 |
| HSL | 107.5º | 0.6% | 0.16% | - |
| HSV(B) | 107.5º | 0.75% | 0.25% | - |
| XYZ | 2.35 | 3.92 | 1.12 | - |
| YUV | 47.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 16 | 0.59 | 0 | 0.75 | 0.75 | 107.5 | 0.6 | 0.16 |
| Hex | 1A | 40 | 10 | 3B | 0 | 4B | 4B | 6C | 3C | 10 |
| Octal | 32 | 100 | 20 | 73 | 0 | 113 | 113 | 154 | 74 | 20 |
| Binary | 11010 | 1000000 | 10000 | 111011 | 0 | 1001011 | 1001011 | 1101100 | 111100 | 10000 |
Color Harmonies of #1A4010
Complementary color
Monochromatic Colors of #1A4010
Black with #1A4010
Text Example
Text Example
White with #1A4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4010; }
p { color: rgb(26,64,16); }
H1.HeaderClassName
{
color: #1A4010;
}
.AnyTagClassName
{
color: #1A4010;
}
</style>
background-color css
<style>
a { background-color: #1A4010; }
a { background-color: rgb(26,64,16); }
div.DivClassName
{
background-color: #1A4010;
}
.BgClassName
{
background-color: #1A4010;
}
</style>
border-color css
<style>
span { border-color: #1A4010; }
span { border-color: rgb(26,64,16); }
td.TdClassName
{
border-color: #1A4010;
}
.TagClassName
{
border-color: #1A4010;
}
</style>