Shades of Myrtle #1A4B14
Tints of Myrtle #1A4B14
RGB
CMYK
RGB Variations
Color information
#1A4B14 (or 0x1A4B14) is known color: Myrtle. HEX triplet: 1A, 4B and 14. RGB value is (26,75,20). Sum of RGB (Red+Green+Blue) = 26+75+20=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4B14 is #E5B4EB. Grayscale: #363636. Windows color (decimal): -15054060 or 1329946. OLE color: 1329946.
HSL color Cylindrical-coordinate representation of color #1A4B14: hue angle of 113.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4B14 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 20 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.71 |
| HSL | 113.45º | 0.58% | 0.19% | - |
| HSV(B) | 113.45º | 0.73% | 0.29% | - |
| XYZ | 3.07 | 5.3 | 1.52 | - |
| YUV | 54.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 20 | 0.65 | 0 | 0.73 | 0.71 | 113.45 | 0.58 | 0.19 |
| Hex | 1A | 4B | 14 | 41 | 0 | 49 | 47 | 71 | 3A | 13 |
| Octal | 32 | 113 | 24 | 101 | 0 | 111 | 107 | 161 | 72 | 23 |
| Binary | 11010 | 1001011 | 10100 | 1000001 | 0 | 1001001 | 1000111 | 1110001 | 111010 | 10011 |
Color Harmonies of #1A4B14
Complementary color
Monochromatic Colors of #1A4B14
Black with #1A4B14
Text Example
Text Example
White with #1A4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B14; }
p { color: rgb(26,75,20); }
H1.HeaderClassName
{
color: #1A4B14;
}
.AnyTagClassName
{
color: #1A4B14;
}
</style>
background-color css
<style>
a { background-color: #1A4B14; }
a { background-color: rgb(26,75,20); }
div.DivClassName
{
background-color: #1A4B14;
}
.BgClassName
{
background-color: #1A4B14;
}
</style>
border-color css
<style>
span { border-color: #1A4B14; }
span { border-color: rgb(26,75,20); }
td.TdClassName
{
border-color: #1A4B14;
}
.TagClassName
{
border-color: #1A4B14;
}
</style>