Shades of Myrtle #1A501E
Tints of Myrtle #1A501E
RGB
CMYK
RGB Variations
Color information
#1A501E (or 0x1A501E) is known color: Myrtle. HEX triplet: 1A, 50 and 1E. RGB value is (26,80,30). Sum of RGB (Red+Green+Blue) = 26+80+30=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #1A501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A501E is #E5AFE1. Grayscale: #3A3A3A. Windows color (decimal): -15052770 or 1986586. OLE color: 1986586.
HSL color Cylindrical-coordinate representation of color #1A501E: hue angle of 124.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A501E is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 80 | 30 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.69 |
| HSL | 124.44º | 0.51% | 0.21% | - |
| HSV(B) | 124.44º | 0.68% | 0.31% | - |
| XYZ | 3.53 | 6.05 | 2.21 | - |
| YUV | 58.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 30 | 0.67 | 0 | 0.62 | 0.69 | 124.44 | 0.51 | 0.21 |
| Hex | 1A | 50 | 1E | 43 | 0 | 3E | 45 | 7C | 33 | 15 |
| Octal | 32 | 120 | 36 | 103 | 0 | 76 | 105 | 174 | 63 | 25 |
| Binary | 11010 | 1010000 | 11110 | 1000011 | 0 | 111110 | 1000101 | 1111100 | 110011 | 10101 |
Color Harmonies of #1A501E
Complementary color
Monochromatic Colors of #1A501E
Black with #1A501E
Text Example
Text Example
White with #1A501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A501E; }
p { color: rgb(26,80,30); }
H1.HeaderClassName
{
color: #1A501E;
}
.AnyTagClassName
{
color: #1A501E;
}
</style>
background-color css
<style>
a { background-color: #1A501E; }
a { background-color: rgb(26,80,30); }
div.DivClassName
{
background-color: #1A501E;
}
.BgClassName
{
background-color: #1A501E;
}
</style>
border-color css
<style>
span { border-color: #1A501E; }
span { border-color: rgb(26,80,30); }
td.TdClassName
{
border-color: #1A501E;
}
.TagClassName
{
border-color: #1A501E;
}
</style>