Shades of Myrtle #1A5504
Tints of Myrtle #1A5504
RGB
CMYK
RGB Variations
Color information
#1A5504 (or 0x1A5504) is known color: Myrtle. HEX triplet: 1A, 55 and 04. RGB value is (26,85,4). Sum of RGB (Red+Green+Blue) = 26+85+4=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5504 is #E5AAFB. Grayscale: #3A3A3A. Windows color (decimal): -15051516 or 283930. OLE color: 283930.
HSL color Cylindrical-coordinate representation of color #1A5504: hue angle of 103.7º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A5504 is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 4 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.67 |
| HSL | 103.7º | 0.91% | 0.17% | - |
| HSV(B) | 103.7º | 0.95% | 0.33% | - |
| XYZ | 3.7 | 6.73 | 1.22 | - |
| YUV | 58.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 4 | 0.69 | 0 | 0.95 | 0.67 | 103.7 | 0.91 | 0.17 |
| Hex | 1A | 55 | 4 | 45 | 0 | 5F | 43 | 68 | 5B | 11 |
| Octal | 32 | 125 | 4 | 105 | 0 | 137 | 103 | 150 | 133 | 21 |
| Binary | 11010 | 1010101 | 100 | 1000101 | 0 | 1011111 | 1000011 | 1101000 | 1011011 | 10001 |
Color Harmonies of #1A5504
Complementary color
Monochromatic Colors of #1A5504
Black with #1A5504
Text Example
Text Example
White with #1A5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5504; }
p { color: rgb(26,85,4); }
H1.HeaderClassName
{
color: #1A5504;
}
.AnyTagClassName
{
color: #1A5504;
}
</style>
background-color css
<style>
a { background-color: #1A5504; }
a { background-color: rgb(26,85,4); }
div.DivClassName
{
background-color: #1A5504;
}
.BgClassName
{
background-color: #1A5504;
}
</style>
border-color css
<style>
span { border-color: #1A5504; }
span { border-color: rgb(26,85,4); }
td.TdClassName
{
border-color: #1A5504;
}
.TagClassName
{
border-color: #1A5504;
}
</style>