Shades of Myrtle #1A510D
Tints of Myrtle #1A510D
RGB
CMYK
RGB Variations
Color information
#1A510D (or 0x1A510D) is known color: Myrtle. HEX triplet: 1A, 51 and 0D. RGB value is (26,81,13). Sum of RGB (Red+Green+Blue) = 26+81+13=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #1A510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A510D is #E5AEF2. Grayscale: #393939. Windows color (decimal): -15052531 or 872730. OLE color: 872730.
HSL color Cylindrical-coordinate representation of color #1A510D: hue angle of 108.53º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A510D is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 13 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.68 |
| HSL | 108.53º | 0.72% | 0.18% | - |
| HSV(B) | 108.53º | 0.84% | 0.32% | - |
| XYZ | 3.44 | 6.13 | 1.38 | - |
| YUV | 56.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 13 | 0.68 | 0 | 0.84 | 0.68 | 108.53 | 0.72 | 0.18 |
| Hex | 1A | 51 | D | 44 | 0 | 54 | 44 | 6D | 48 | 12 |
| Octal | 32 | 121 | 15 | 104 | 0 | 124 | 104 | 155 | 110 | 22 |
| Binary | 11010 | 1010001 | 1101 | 1000100 | 0 | 1010100 | 1000100 | 1101101 | 1001000 | 10010 |
Color Harmonies of #1A510D
Complementary color
Monochromatic Colors of #1A510D
Black with #1A510D
Text Example
Text Example
White with #1A510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A510D; }
p { color: rgb(26,81,13); }
H1.HeaderClassName
{
color: #1A510D;
}
.AnyTagClassName
{
color: #1A510D;
}
</style>
background-color css
<style>
a { background-color: #1A510D; }
a { background-color: rgb(26,81,13); }
div.DivClassName
{
background-color: #1A510D;
}
.BgClassName
{
background-color: #1A510D;
}
</style>
border-color css
<style>
span { border-color: #1A510D; }
span { border-color: rgb(26,81,13); }
td.TdClassName
{
border-color: #1A510D;
}
.TagClassName
{
border-color: #1A510D;
}
</style>