Shades of Myrtle #1A5505
Tints of Myrtle #1A5505
RGB
CMYK
RGB Variations
Color information
#1A5505 (or 0x1A5505) is known color: Myrtle. HEX triplet: 1A, 55 and 05. RGB value is (26,85,5). Sum of RGB (Red+Green+Blue) = 26+85+5=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5505 is #E5AAFA. Grayscale: #3A3A3A. Windows color (decimal): -15051515 or 349466. OLE color: 349466.
HSL color Cylindrical-coordinate representation of color #1A5505: hue angle of 104.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A5505 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 5 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.67 |
| HSL | 104.25º | 0.89% | 0.18% | - |
| HSV(B) | 104.25º | 0.94% | 0.33% | - |
| XYZ | 3.7 | 6.73 | 1.25 | - |
| YUV | 58.24 | 97.95 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 5 | 0.69 | 0 | 0.94 | 0.67 | 104.25 | 0.89 | 0.18 |
| Hex | 1A | 55 | 5 | 45 | 0 | 5E | 43 | 68 | 59 | 12 |
| Octal | 32 | 125 | 5 | 105 | 0 | 136 | 103 | 150 | 131 | 22 |
| Binary | 11010 | 1010101 | 101 | 1000101 | 0 | 1011110 | 1000011 | 1101000 | 1011001 | 10010 |
Color Harmonies of #1A5505
Complementary color
Monochromatic Colors of #1A5505
Black with #1A5505
Text Example
Text Example
White with #1A5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5505; }
p { color: rgb(26,85,5); }
H1.HeaderClassName
{
color: #1A5505;
}
.AnyTagClassName
{
color: #1A5505;
}
</style>
background-color css
<style>
a { background-color: #1A5505; }
a { background-color: rgb(26,85,5); }
div.DivClassName
{
background-color: #1A5505;
}
.BgClassName
{
background-color: #1A5505;
}
</style>
border-color css
<style>
span { border-color: #1A5505; }
span { border-color: rgb(26,85,5); }
td.TdClassName
{
border-color: #1A5505;
}
.TagClassName
{
border-color: #1A5505;
}
</style>