Shades of Myrtle #1A4E10
Tints of Myrtle #1A4E10
RGB
CMYK
RGB Variations
Color information
#1A4E10 (or 0x1A4E10) is known color: Myrtle. HEX triplet: 1A, 4E and 10. RGB value is (26,78,16). Sum of RGB (Red+Green+Blue) = 26+78+16=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A4E10 is #E5B1EF. Grayscale: #373737. Windows color (decimal): -15053296 or 1068570. OLE color: 1068570.
HSL color Cylindrical-coordinate representation of color #1A4E10: hue angle of 110.32º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A4E10 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 16 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.69 |
| HSL | 110.32º | 0.66% | 0.18% | - |
| HSV(B) | 110.32º | 0.79% | 0.31% | - |
| XYZ | 3.24 | 5.71 | 1.42 | - |
| YUV | 55.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 16 | 0.67 | 0 | 0.79 | 0.69 | 110.32 | 0.66 | 0.18 |
| Hex | 1A | 4E | 10 | 43 | 0 | 4F | 45 | 6E | 42 | 12 |
| Octal | 32 | 116 | 20 | 103 | 0 | 117 | 105 | 156 | 102 | 22 |
| Binary | 11010 | 1001110 | 10000 | 1000011 | 0 | 1001111 | 1000101 | 1101110 | 1000010 | 10010 |
Color Harmonies of #1A4E10
Complementary color
Monochromatic Colors of #1A4E10
Black with #1A4E10
Text Example
Text Example
White with #1A4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E10; }
p { color: rgb(26,78,16); }
H1.HeaderClassName
{
color: #1A4E10;
}
.AnyTagClassName
{
color: #1A4E10;
}
</style>
background-color css
<style>
a { background-color: #1A4E10; }
a { background-color: rgb(26,78,16); }
div.DivClassName
{
background-color: #1A4E10;
}
.BgClassName
{
background-color: #1A4E10;
}
</style>
border-color css
<style>
span { border-color: #1A4E10; }
span { border-color: rgb(26,78,16); }
td.TdClassName
{
border-color: #1A4E10;
}
.TagClassName
{
border-color: #1A4E10;
}
</style>