Shades of Myrtle #1A551A
Tints of Myrtle #1A551A
RGB
CMYK
RGB Variations
Color information
#1A551A (or 0x1A551A) is known color: Myrtle. HEX triplet: 1A, 55 and 1A. RGB value is (26,85,26). Sum of RGB (Red+Green+Blue) = 26+85+26=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #1A551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A551A is #E5AAE5. Grayscale: #3C3C3C. Windows color (decimal): -15051494 or 1725722. OLE color: 1725722.
HSL color Cylindrical-coordinate representation of color #1A551A: hue angle of 120º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A551A is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 26 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.67 |
| HSL | 120º | 0.53% | 0.22% | - |
| HSV(B) | 120º | 0.69% | 0.33% | - |
| XYZ | 3.86 | 6.79 | 2.08 | - |
| YUV | 60.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 26 | 0.69 | 0 | 0.69 | 0.67 | 120 | 0.53 | 0.22 |
| Hex | 1A | 55 | 1A | 45 | 0 | 45 | 43 | 78 | 35 | 16 |
| Octal | 32 | 125 | 32 | 105 | 0 | 105 | 103 | 170 | 65 | 26 |
| Binary | 11010 | 1010101 | 11010 | 1000101 | 0 | 1000101 | 1000011 | 1111000 | 110101 | 10110 |
Color Harmonies of #1A551A
Complementary color
Monochromatic Colors of #1A551A
Black with #1A551A
Text Example
Text Example
White with #1A551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A551A; }
p { color: rgb(26,85,26); }
H1.HeaderClassName
{
color: #1A551A;
}
.AnyTagClassName
{
color: #1A551A;
}
</style>
background-color css
<style>
a { background-color: #1A551A; }
a { background-color: rgb(26,85,26); }
div.DivClassName
{
background-color: #1A551A;
}
.BgClassName
{
background-color: #1A551A;
}
</style>
border-color css
<style>
span { border-color: #1A551A; }
span { border-color: rgb(26,85,26); }
td.TdClassName
{
border-color: #1A551A;
}
.TagClassName
{
border-color: #1A551A;
}
</style>