Shades of Myrtle #1A5514
Tints of Myrtle #1A5514
RGB
CMYK
RGB Variations
Color information
#1A5514 (or 0x1A5514) is known color: Myrtle. HEX triplet: 1A, 55 and 14. RGB value is (26,85,20). Sum of RGB (Red+Green+Blue) = 26+85+20=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5514 is #E5AAEB. Grayscale: #3C3C3C. Windows color (decimal): -15051500 or 1332506. OLE color: 1332506.
HSL color Cylindrical-coordinate representation of color #1A5514: hue angle of 114.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A5514 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 20 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.67 |
| HSL | 114.46º | 0.62% | 0.21% | - |
| HSV(B) | 114.46º | 0.76% | 0.33% | - |
| XYZ | 3.8 | 6.77 | 1.77 | - |
| YUV | 59.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 20 | 0.69 | 0 | 0.76 | 0.67 | 114.46 | 0.62 | 0.21 |
| Hex | 1A | 55 | 14 | 45 | 0 | 4C | 43 | 72 | 3E | 15 |
| Octal | 32 | 125 | 24 | 105 | 0 | 114 | 103 | 162 | 76 | 25 |
| Binary | 11010 | 1010101 | 10100 | 1000101 | 0 | 1001100 | 1000011 | 1110010 | 111110 | 10101 |
Color Harmonies of #1A5514
Complementary color
Monochromatic Colors of #1A5514
Black with #1A5514
Text Example
Text Example
White with #1A5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5514; }
p { color: rgb(26,85,20); }
H1.HeaderClassName
{
color: #1A5514;
}
.AnyTagClassName
{
color: #1A5514;
}
</style>
background-color css
<style>
a { background-color: #1A5514; }
a { background-color: rgb(26,85,20); }
div.DivClassName
{
background-color: #1A5514;
}
.BgClassName
{
background-color: #1A5514;
}
</style>
border-color css
<style>
span { border-color: #1A5514; }
span { border-color: rgb(26,85,20); }
td.TdClassName
{
border-color: #1A5514;
}
.TagClassName
{
border-color: #1A5514;
}
</style>