Shades of Myrtle #1A5517
Tints of Myrtle #1A5517
RGB
CMYK
RGB Variations
Color information
#1A5517 (or 0x1A5517) is known color: Myrtle. HEX triplet: 1A, 55 and 17. RGB value is (26,85,23). Sum of RGB (Red+Green+Blue) = 26+85+23=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5517 is #E5AAE8. Grayscale: #3C3C3C. Windows color (decimal): -15051497 or 1529114. OLE color: 1529114.
HSL color Cylindrical-coordinate representation of color #1A5517: hue angle of 117.1º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5517 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 23 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.67 |
| HSL | 117.1º | 0.57% | 0.21% | - |
| HSV(B) | 117.1º | 0.73% | 0.33% | - |
| XYZ | 3.83 | 6.78 | 1.92 | - |
| YUV | 60.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 23 | 0.69 | 0 | 0.73 | 0.67 | 117.1 | 0.57 | 0.21 |
| Hex | 1A | 55 | 17 | 45 | 0 | 49 | 43 | 75 | 39 | 15 |
| Octal | 32 | 125 | 27 | 105 | 0 | 111 | 103 | 165 | 71 | 25 |
| Binary | 11010 | 1010101 | 10111 | 1000101 | 0 | 1001001 | 1000011 | 1110101 | 111001 | 10101 |
Color Harmonies of #1A5517
Complementary color
Monochromatic Colors of #1A5517
Black with #1A5517
Text Example
Text Example
White with #1A5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5517; }
p { color: rgb(26,85,23); }
H1.HeaderClassName
{
color: #1A5517;
}
.AnyTagClassName
{
color: #1A5517;
}
</style>
background-color css
<style>
a { background-color: #1A5517; }
a { background-color: rgb(26,85,23); }
div.DivClassName
{
background-color: #1A5517;
}
.BgClassName
{
background-color: #1A5517;
}
</style>
border-color css
<style>
span { border-color: #1A5517; }
span { border-color: rgb(26,85,23); }
td.TdClassName
{
border-color: #1A5517;
}
.TagClassName
{
border-color: #1A5517;
}
</style>