Shades of Myrtle #1A5915
Tints of Myrtle #1A5915
RGB
CMYK
RGB Variations
Color information
#1A5915 (or 0x1A5915) is known color: Myrtle. HEX triplet: 1A, 59 and 15. RGB value is (26,89,21). Sum of RGB (Red+Green+Blue) = 26+89+21=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #1A5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5915 is #E5A6EA. Grayscale: #3E3E3E. Windows color (decimal): -15050475 or 1399066. OLE color: 1399066.
HSL color Cylindrical-coordinate representation of color #1A5915: hue angle of 115.59º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A5915 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 89 | 21 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.65 |
| HSL | 115.59º | 0.62% | 0.22% | - |
| HSV(B) | 115.59º | 0.76% | 0.35% | - |
| XYZ | 4.13 | 7.42 | 1.92 | - |
| YUV | 62.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 21 | 0.71 | 0 | 0.76 | 0.65 | 115.59 | 0.62 | 0.22 |
| Hex | 1A | 59 | 15 | 47 | 0 | 4C | 41 | 74 | 3E | 16 |
| Octal | 32 | 131 | 25 | 107 | 0 | 114 | 101 | 164 | 76 | 26 |
| Binary | 11010 | 1011001 | 10101 | 1000111 | 0 | 1001100 | 1000001 | 1110100 | 111110 | 10110 |
Color Harmonies of #1A5915
Complementary color
Monochromatic Colors of #1A5915
Black with #1A5915
Text Example
Text Example
White with #1A5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5915; }
p { color: rgb(26,89,21); }
H1.HeaderClassName
{
color: #1A5915;
}
.AnyTagClassName
{
color: #1A5915;
}
</style>
background-color css
<style>
a { background-color: #1A5915; }
a { background-color: rgb(26,89,21); }
div.DivClassName
{
background-color: #1A5915;
}
.BgClassName
{
background-color: #1A5915;
}
</style>
border-color css
<style>
span { border-color: #1A5915; }
span { border-color: rgb(26,89,21); }
td.TdClassName
{
border-color: #1A5915;
}
.TagClassName
{
border-color: #1A5915;
}
</style>