Shades of Myrtle #1A3119
Tints of Myrtle #1A3119
RGB
CMYK
RGB Variations
Color information
#1A3119 (or 0x1A3119) is known color: Myrtle. HEX triplet: 1A, 31 and 19. RGB value is (26,49,25). Sum of RGB (Red+Green+Blue) = 26+49+25=100 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #1A3119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3119 is #E5CEE6. Grayscale: #272727. Windows color (decimal): -15060711 or 1650970. OLE color: 1650970.
HSL color Cylindrical-coordinate representation of color #1A3119: hue angle of 117.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A3119 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 49 | 25 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.81 |
| HSL | 117.5º | 0.32% | 0.15% | - |
| HSV(B) | 117.5º | 0.49% | 0.19% | - |
| XYZ | 1.7 | 2.49 | 1.31 | - |
| YUV | 39.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 25 | 0.47 | 0 | 0.49 | 0.81 | 117.5 | 0.32 | 0.15 |
| Hex | 1A | 31 | 19 | 2F | 0 | 31 | 51 | 76 | 20 | F |
| Octal | 32 | 61 | 31 | 57 | 0 | 61 | 121 | 166 | 40 | 17 |
| Binary | 11010 | 110001 | 11001 | 101111 | 0 | 110001 | 1010001 | 1110110 | 100000 | 1111 |
Color Harmonies of #1A3119
Complementary color
Monochromatic Colors of #1A3119
Black with #1A3119
Text Example
Text Example
White with #1A3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3119; }
p { color: rgb(26,49,25); }
H1.HeaderClassName
{
color: #1A3119;
}
.AnyTagClassName
{
color: #1A3119;
}
</style>
background-color css
<style>
a { background-color: #1A3119; }
a { background-color: rgb(26,49,25); }
div.DivClassName
{
background-color: #1A3119;
}
.BgClassName
{
background-color: #1A3119;
}
</style>
border-color css
<style>
span { border-color: #1A3119; }
span { border-color: rgb(26,49,25); }
td.TdClassName
{
border-color: #1A3119;
}
.TagClassName
{
border-color: #1A3119;
}
</style>