Shades of Myrtle #1A3913
Tints of Myrtle #1A3913
RGB
CMYK
RGB Variations
Color information
#1A3913 (or 0x1A3913) is known color: Myrtle. HEX triplet: 1A, 39 and 13. RGB value is (26,57,19). Sum of RGB (Red+Green+Blue) = 26+57+19=102 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.49% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #1A3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3913 is #E5C6EC. Grayscale: #2B2B2B. Windows color (decimal): -15058669 or 1259802. OLE color: 1259802.
HSL color Cylindrical-coordinate representation of color #1A3913: hue angle of 108.95º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A3913 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 57 | 19 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.78 |
| HSL | 108.95º | 0.5% | 0.15% | - |
| HSV(B) | 108.95º | 0.67% | 0.22% | - |
| XYZ | 2.01 | 3.19 | 1.13 | - |
| YUV | 43.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 19 | 0.54 | 0 | 0.67 | 0.78 | 108.95 | 0.5 | 0.15 |
| Hex | 1A | 39 | 13 | 36 | 0 | 43 | 4E | 6D | 32 | F |
| Octal | 32 | 71 | 23 | 66 | 0 | 103 | 116 | 155 | 62 | 17 |
| Binary | 11010 | 111001 | 10011 | 110110 | 0 | 1000011 | 1001110 | 1101101 | 110010 | 1111 |
Color Harmonies of #1A3913
Complementary color
Monochromatic Colors of #1A3913
Black with #1A3913
Text Example
Text Example
White with #1A3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3913; }
p { color: rgb(26,57,19); }
H1.HeaderClassName
{
color: #1A3913;
}
.AnyTagClassName
{
color: #1A3913;
}
</style>
background-color css
<style>
a { background-color: #1A3913; }
a { background-color: rgb(26,57,19); }
div.DivClassName
{
background-color: #1A3913;
}
.BgClassName
{
background-color: #1A3913;
}
</style>
border-color css
<style>
span { border-color: #1A3913; }
span { border-color: rgb(26,57,19); }
td.TdClassName
{
border-color: #1A3913;
}
.TagClassName
{
border-color: #1A3913;
}
</style>