Shades of Myrtle #1A550D
Tints of Myrtle #1A550D
RGB
CMYK
RGB Variations
Color information
#1A550D (or 0x1A550D) is known color: Myrtle. HEX triplet: 1A, 55 and 0D. RGB value is (26,85,13). Sum of RGB (Red+Green+Blue) = 26+85+13=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #1A550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A550D is #E5AAF2. Grayscale: #3B3B3B. Windows color (decimal): -15051507 or 873754. OLE color: 873754.
HSL color Cylindrical-coordinate representation of color #1A550D: hue angle of 109.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A550D is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 13 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.67 |
| HSL | 109.17º | 0.73% | 0.19% | - |
| HSV(B) | 109.17º | 0.85% | 0.33% | - |
| XYZ | 3.75 | 6.75 | 1.49 | - |
| YUV | 59.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 13 | 0.69 | 0 | 0.85 | 0.67 | 109.17 | 0.73 | 0.19 |
| Hex | 1A | 55 | D | 45 | 0 | 55 | 43 | 6D | 49 | 13 |
| Octal | 32 | 125 | 15 | 105 | 0 | 125 | 103 | 155 | 111 | 23 |
| Binary | 11010 | 1010101 | 1101 | 1000101 | 0 | 1010101 | 1000011 | 1101101 | 1001001 | 10011 |
Color Harmonies of #1A550D
Complementary color
Monochromatic Colors of #1A550D
Black with #1A550D
Text Example
Text Example
White with #1A550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A550D; }
p { color: rgb(26,85,13); }
H1.HeaderClassName
{
color: #1A550D;
}
.AnyTagClassName
{
color: #1A550D;
}
</style>
background-color css
<style>
a { background-color: #1A550D; }
a { background-color: rgb(26,85,13); }
div.DivClassName
{
background-color: #1A550D;
}
.BgClassName
{
background-color: #1A550D;
}
</style>
border-color css
<style>
span { border-color: #1A550D; }
span { border-color: rgb(26,85,13); }
td.TdClassName
{
border-color: #1A550D;
}
.TagClassName
{
border-color: #1A550D;
}
</style>