Shades of Myrtle #1A5215
Tints of Myrtle #1A5215
RGB
CMYK
RGB Variations
Color information
#1A5215 (or 0x1A5215) is known color: Myrtle. HEX triplet: 1A, 52 and 15. RGB value is (26,82,21). Sum of RGB (Red+Green+Blue) = 26+82+21=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #1A5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5215 is #E5ADEA. Grayscale: #3A3A3A. Windows color (decimal): -15052267 or 1397274. OLE color: 1397274.
HSL color Cylindrical-coordinate representation of color #1A5215: hue angle of 115.08º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A5215 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 82 | 21 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.68 |
| HSL | 115.08º | 0.59% | 0.2% | - |
| HSV(B) | 115.08º | 0.74% | 0.32% | - |
| XYZ | 3.58 | 6.31 | 1.74 | - |
| YUV | 58.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 21 | 0.68 | 0 | 0.74 | 0.68 | 115.08 | 0.59 | 0.2 |
| Hex | 1A | 52 | 15 | 44 | 0 | 4A | 44 | 73 | 3B | 14 |
| Octal | 32 | 122 | 25 | 104 | 0 | 112 | 104 | 163 | 73 | 24 |
| Binary | 11010 | 1010010 | 10101 | 1000100 | 0 | 1001010 | 1000100 | 1110011 | 111011 | 10100 |
Color Harmonies of #1A5215
Complementary color
Monochromatic Colors of #1A5215
Black with #1A5215
Text Example
Text Example
White with #1A5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5215; }
p { color: rgb(26,82,21); }
H1.HeaderClassName
{
color: #1A5215;
}
.AnyTagClassName
{
color: #1A5215;
}
</style>
background-color css
<style>
a { background-color: #1A5215; }
a { background-color: rgb(26,82,21); }
div.DivClassName
{
background-color: #1A5215;
}
.BgClassName
{
background-color: #1A5215;
}
</style>
border-color css
<style>
span { border-color: #1A5215; }
span { border-color: rgb(26,82,21); }
td.TdClassName
{
border-color: #1A5215;
}
.TagClassName
{
border-color: #1A5215;
}
</style>