Shades of Myrtle #1A5502
Tints of Myrtle #1A5502
RGB
CMYK
RGB Variations
Color information
#1A5502 (or 0x1A5502) is known color: Myrtle. HEX triplet: 1A, 55 and 02. RGB value is (26,85,2). Sum of RGB (Red+Green+Blue) = 26+85+2=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5502 is #E5AAFD. Grayscale: #3A3A3A. Windows color (decimal): -15051518 or 152858. OLE color: 152858.
HSL color Cylindrical-coordinate representation of color #1A5502: hue angle of 102.65º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A5502 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.67 |
| HSL | 102.65º | 0.95% | 0.17% | - |
| HSV(B) | 102.65º | 0.98% | 0.33% | - |
| XYZ | 3.69 | 6.72 | 1.16 | - |
| YUV | 57.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 2 | 0.69 | 0 | 0.98 | 0.67 | 102.65 | 0.95 | 0.17 |
| Hex | 1A | 55 | 2 | 45 | 0 | 62 | 43 | 67 | 5F | 11 |
| Octal | 32 | 125 | 2 | 105 | 0 | 142 | 103 | 147 | 137 | 21 |
| Binary | 11010 | 1010101 | 10 | 1000101 | 0 | 1100010 | 1000011 | 1100111 | 1011111 | 10001 |
Color Harmonies of #1A5502
Complementary color
Monochromatic Colors of #1A5502
Black with #1A5502
Text Example
Text Example
White with #1A5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5502; }
p { color: rgb(26,85,2); }
H1.HeaderClassName
{
color: #1A5502;
}
.AnyTagClassName
{
color: #1A5502;
}
</style>
background-color css
<style>
a { background-color: #1A5502; }
a { background-color: rgb(26,85,2); }
div.DivClassName
{
background-color: #1A5502;
}
.BgClassName
{
background-color: #1A5502;
}
</style>
border-color css
<style>
span { border-color: #1A5502; }
span { border-color: rgb(26,85,2); }
td.TdClassName
{
border-color: #1A5502;
}
.TagClassName
{
border-color: #1A5502;
}
</style>