Shades of Myrtle #1A3E01
Tints of Myrtle #1A3E01
RGB
CMYK
RGB Variations
Color information
#1A3E01 (or 0x1A3E01) is known color: Myrtle. HEX triplet: 1A, 3E and 01. RGB value is (26,62,1). Sum of RGB (Red+Green+Blue) = 26+62+1=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 62 (24.61% from 255 or 69.66% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3E01 is #E5C1FE. Grayscale: #2C2C2C. Windows color (decimal): -15057407 or 81434. OLE color: 81434.
HSL color Cylindrical-coordinate representation of color #1A3E01: hue angle of 95.41º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A3E01 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 62 | 1 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.76 |
| HSL | 95.41º | 0.97% | 0.12% | - |
| HSV(B) | 95.41º | 0.98% | 0.24% | - |
| XYZ | 2.15 | 3.67 | 0.62 | - |
| YUV | 44.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 1 | 0.58 | 0 | 0.98 | 0.76 | 95.41 | 0.97 | 0.12 |
| Hex | 1A | 3E | 1 | 3A | 0 | 62 | 4C | 5F | 61 | C |
| Octal | 32 | 76 | 1 | 72 | 0 | 142 | 114 | 137 | 141 | 14 |
| Binary | 11010 | 111110 | 1 | 111010 | 0 | 1100010 | 1001100 | 1011111 | 1100001 | 1100 |
Color Harmonies of #1A3E01
Complementary color
Monochromatic Colors of #1A3E01
Black with #1A3E01
Text Example
Text Example
White with #1A3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E01; }
p { color: rgb(26,62,1); }
H1.HeaderClassName
{
color: #1A3E01;
}
.AnyTagClassName
{
color: #1A3E01;
}
</style>
background-color css
<style>
a { background-color: #1A3E01; }
a { background-color: rgb(26,62,1); }
div.DivClassName
{
background-color: #1A3E01;
}
.BgClassName
{
background-color: #1A3E01;
}
</style>
border-color css
<style>
span { border-color: #1A3E01; }
span { border-color: rgb(26,62,1); }
td.TdClassName
{
border-color: #1A3E01;
}
.TagClassName
{
border-color: #1A3E01;
}
</style>