Shades of Myrtle #1A5516
Tints of Myrtle #1A5516
RGB
CMYK
RGB Variations
Color information
#1A5516 (or 0x1A5516) is known color: Myrtle. HEX triplet: 1A, 55 and 16. RGB value is (26,85,22). Sum of RGB (Red+Green+Blue) = 26+85+22=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5516 is #E5AAE9. Grayscale: #3C3C3C. Windows color (decimal): -15051498 or 1463578. OLE color: 1463578.
HSL color Cylindrical-coordinate representation of color #1A5516: hue angle of 116.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A5516 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 22 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.67 |
| HSL | 116.19º | 0.59% | 0.21% | - |
| HSV(B) | 116.19º | 0.74% | 0.33% | - |
| XYZ | 3.82 | 6.77 | 1.87 | - |
| YUV | 60.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 22 | 0.69 | 0 | 0.74 | 0.67 | 116.19 | 0.59 | 0.21 |
| Hex | 1A | 55 | 16 | 45 | 0 | 4A | 43 | 74 | 3B | 15 |
| Octal | 32 | 125 | 26 | 105 | 0 | 112 | 103 | 164 | 73 | 25 |
| Binary | 11010 | 1010101 | 10110 | 1000101 | 0 | 1001010 | 1000011 | 1110100 | 111011 | 10101 |
Color Harmonies of #1A5516
Complementary color
Monochromatic Colors of #1A5516
Black with #1A5516
Text Example
Text Example
White with #1A5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5516; }
p { color: rgb(26,85,22); }
H1.HeaderClassName
{
color: #1A5516;
}
.AnyTagClassName
{
color: #1A5516;
}
</style>
background-color css
<style>
a { background-color: #1A5516; }
a { background-color: rgb(26,85,22); }
div.DivClassName
{
background-color: #1A5516;
}
.BgClassName
{
background-color: #1A5516;
}
</style>
border-color css
<style>
span { border-color: #1A5516; }
span { border-color: rgb(26,85,22); }
td.TdClassName
{
border-color: #1A5516;
}
.TagClassName
{
border-color: #1A5516;
}
</style>