Shades of Myrtle #1A5508
Tints of Myrtle #1A5508
RGB
CMYK
RGB Variations
Color information
#1A5508 (or 0x1A5508) is known color: Myrtle. HEX triplet: 1A, 55 and 08. RGB value is (26,85,8). Sum of RGB (Red+Green+Blue) = 26+85+8=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5508 is #E5AAF7. Grayscale: #3A3A3A. Windows color (decimal): -15051512 or 546074. OLE color: 546074.
HSL color Cylindrical-coordinate representation of color #1A5508: hue angle of 105.97º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A5508 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 8 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.67 |
| HSL | 105.97º | 0.83% | 0.18% | - |
| HSV(B) | 105.97º | 0.91% | 0.33% | - |
| XYZ | 3.72 | 6.73 | 1.33 | - |
| YUV | 58.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 8 | 0.69 | 0 | 0.91 | 0.67 | 105.97 | 0.83 | 0.18 |
| Hex | 1A | 55 | 8 | 45 | 0 | 5B | 43 | 6A | 53 | 12 |
| Octal | 32 | 125 | 10 | 105 | 0 | 133 | 103 | 152 | 123 | 22 |
| Binary | 11010 | 1010101 | 1000 | 1000101 | 0 | 1011011 | 1000011 | 1101010 | 1010011 | 10010 |
Color Harmonies of #1A5508
Complementary color
Monochromatic Colors of #1A5508
Black with #1A5508
Text Example
Text Example
White with #1A5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5508; }
p { color: rgb(26,85,8); }
H1.HeaderClassName
{
color: #1A5508;
}
.AnyTagClassName
{
color: #1A5508;
}
</style>
background-color css
<style>
a { background-color: #1A5508; }
a { background-color: rgb(26,85,8); }
div.DivClassName
{
background-color: #1A5508;
}
.BgClassName
{
background-color: #1A5508;
}
</style>
border-color css
<style>
span { border-color: #1A5508; }
span { border-color: rgb(26,85,8); }
td.TdClassName
{
border-color: #1A5508;
}
.TagClassName
{
border-color: #1A5508;
}
</style>