Shades of Myrtle #1A5A01
Tints of Myrtle #1A5A01
RGB
CMYK
RGB Variations
Color information
#1A5A01 (or 0x1A5A01) is known color: Myrtle. HEX triplet: 1A, 5A and 01. RGB value is (26,90,1). Sum of RGB (Red+Green+Blue) = 26+90+1=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 90 (35.55% from 255 or 76.92% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 90 - color contains mainly: green. Hex color #1A5A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5A01 is #E5A5FE. Grayscale: #3D3D3D. Windows color (decimal): -15050239 or 88602. OLE color: 88602.
HSL color Cylindrical-coordinate representation of color #1A5A01: hue angle of 103.15º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A5A01 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 90 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.65 |
| HSL | 103.15º | 0.98% | 0.18% | - |
| HSV(B) | 103.15º | 0.99% | 0.35% | - |
| XYZ | 4.09 | 7.53 | 1.27 | - |
| YUV | 60.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 1 | 0.71 | 0 | 0.99 | 0.65 | 103.15 | 0.98 | 0.18 |
| Hex | 1A | 5A | 1 | 47 | 0 | 63 | 41 | 67 | 62 | 12 |
| Octal | 32 | 132 | 1 | 107 | 0 | 143 | 101 | 147 | 142 | 22 |
| Binary | 11010 | 1011010 | 1 | 1000111 | 0 | 1100011 | 1000001 | 1100111 | 1100010 | 10010 |
Color Harmonies of #1A5A01
Complementary color
Monochromatic Colors of #1A5A01
Black with #1A5A01
Text Example
Text Example
White with #1A5A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5A01; }
p { color: rgb(26,90,1); }
H1.HeaderClassName
{
color: #1A5A01;
}
.AnyTagClassName
{
color: #1A5A01;
}
</style>
background-color css
<style>
a { background-color: #1A5A01; }
a { background-color: rgb(26,90,1); }
div.DivClassName
{
background-color: #1A5A01;
}
.BgClassName
{
background-color: #1A5A01;
}
</style>
border-color css
<style>
span { border-color: #1A5A01; }
span { border-color: rgb(26,90,1); }
td.TdClassName
{
border-color: #1A5A01;
}
.TagClassName
{
border-color: #1A5A01;
}
</style>