Shades of Myrtle #1A4114
Tints of Myrtle #1A4114
RGB
CMYK
RGB Variations
Color information
#1A4114 (or 0x1A4114) is known color: Myrtle. HEX triplet: 1A, 41 and 14. RGB value is (26,65,20). Sum of RGB (Red+Green+Blue) = 26+65+20=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4114 is #E5BEEB. Grayscale: #303030. Windows color (decimal): -15056620 or 1327386. OLE color: 1327386.
HSL color Cylindrical-coordinate representation of color #1A4114: hue angle of 112º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A4114 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 20 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.75 |
| HSL | 112º | 0.53% | 0.17% | - |
| HSV(B) | 112º | 0.69% | 0.25% | - |
| XYZ | 2.44 | 4.05 | 1.31 | - |
| YUV | 48.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 20 | 0.60 | 0 | 0.69 | 0.75 | 112 | 0.53 | 0.17 |
| Hex | 1A | 41 | 14 | 3C | 0 | 45 | 4B | 70 | 35 | 11 |
| Octal | 32 | 101 | 24 | 74 | 0 | 105 | 113 | 160 | 65 | 21 |
| Binary | 11010 | 1000001 | 10100 | 111100 | 0 | 1000101 | 1001011 | 1110000 | 110101 | 10001 |
Color Harmonies of #1A4114
Complementary color
Monochromatic Colors of #1A4114
Black with #1A4114
Text Example
Text Example
White with #1A4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4114; }
p { color: rgb(26,65,20); }
H1.HeaderClassName
{
color: #1A4114;
}
.AnyTagClassName
{
color: #1A4114;
}
</style>
background-color css
<style>
a { background-color: #1A4114; }
a { background-color: rgb(26,65,20); }
div.DivClassName
{
background-color: #1A4114;
}
.BgClassName
{
background-color: #1A4114;
}
</style>
border-color css
<style>
span { border-color: #1A4114; }
span { border-color: rgb(26,65,20); }
td.TdClassName
{
border-color: #1A4114;
}
.TagClassName
{
border-color: #1A4114;
}
</style>