Shades of Myrtle #1A511D
Tints of Myrtle #1A511D
RGB
CMYK
RGB Variations
Color information
#1A511D (or 0x1A511D) is known color: Myrtle. HEX triplet: 1A, 51 and 1D. RGB value is (26,81,29). Sum of RGB (Red+Green+Blue) = 26+81+29=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #1A511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A511D is #E5AEE2. Grayscale: #3A3A3A. Windows color (decimal): -15052515 or 1921306. OLE color: 1921306.
HSL color Cylindrical-coordinate representation of color #1A511D: hue angle of 123.27º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A511D is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 29 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.68 |
| HSL | 123.27º | 0.51% | 0.21% | - |
| HSV(B) | 123.27º | 0.68% | 0.32% | - |
| XYZ | 3.59 | 6.19 | 2.17 | - |
| YUV | 58.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 29 | 0.68 | 0 | 0.64 | 0.68 | 123.27 | 0.51 | 0.21 |
| Hex | 1A | 51 | 1D | 44 | 0 | 40 | 44 | 7B | 33 | 15 |
| Octal | 32 | 121 | 35 | 104 | 0 | 100 | 104 | 173 | 63 | 25 |
| Binary | 11010 | 1010001 | 11101 | 1000100 | 0 | 1000000 | 1000100 | 1111011 | 110011 | 10101 |
Color Harmonies of #1A511D
Complementary color
Monochromatic Colors of #1A511D
Black with #1A511D
Text Example
Text Example
White with #1A511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A511D; }
p { color: rgb(26,81,29); }
H1.HeaderClassName
{
color: #1A511D;
}
.AnyTagClassName
{
color: #1A511D;
}
</style>
background-color css
<style>
a { background-color: #1A511D; }
a { background-color: rgb(26,81,29); }
div.DivClassName
{
background-color: #1A511D;
}
.BgClassName
{
background-color: #1A511D;
}
</style>
border-color css
<style>
span { border-color: #1A511D; }
span { border-color: rgb(26,81,29); }
td.TdClassName
{
border-color: #1A511D;
}
.TagClassName
{
border-color: #1A511D;
}
</style>