Shades of Myrtle #1A5E01
Tints of Myrtle #1A5E01
RGB
CMYK
RGB Variations
Color information
#1A5E01 (or 0x1A5E01) is known color: Myrtle. HEX triplet: 1A, 5E and 01. RGB value is (26,94,1). Sum of RGB (Red+Green+Blue) = 26+94+1=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 94 (37.11% from 255 or 77.69% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 94 - color contains mainly: green. Hex color #1A5E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5E01 is #E5A1FE. Grayscale: #3F3F3F. Windows color (decimal): -15049215 or 89626. OLE color: 89626.
HSL color Cylindrical-coordinate representation of color #1A5E01: hue angle of 103.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A5E01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 94 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.63 |
| HSL | 103.87º | 0.98% | 0.19% | - |
| HSV(B) | 103.87º | 0.99% | 0.37% | - |
| XYZ | 4.43 | 8.23 | 1.38 | - |
| YUV | 63.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 1 | 0.72 | 0 | 0.99 | 0.63 | 103.87 | 0.98 | 0.19 |
| Hex | 1A | 5E | 1 | 48 | 0 | 63 | 3F | 68 | 62 | 13 |
| Octal | 32 | 136 | 1 | 110 | 0 | 143 | 77 | 150 | 142 | 23 |
| Binary | 11010 | 1011110 | 1 | 1001000 | 0 | 1100011 | 111111 | 1101000 | 1100010 | 10011 |
Color Harmonies of #1A5E01
Complementary color
Monochromatic Colors of #1A5E01
Black with #1A5E01
Text Example
Text Example
White with #1A5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E01; }
p { color: rgb(26,94,1); }
H1.HeaderClassName
{
color: #1A5E01;
}
.AnyTagClassName
{
color: #1A5E01;
}
</style>
background-color css
<style>
a { background-color: #1A5E01; }
a { background-color: rgb(26,94,1); }
div.DivClassName
{
background-color: #1A5E01;
}
.BgClassName
{
background-color: #1A5E01;
}
</style>
border-color css
<style>
span { border-color: #1A5E01; }
span { border-color: rgb(26,94,1); }
td.TdClassName
{
border-color: #1A5E01;
}
.TagClassName
{
border-color: #1A5E01;
}
</style>