Shades of Myrtle #1A4212
Tints of Myrtle #1A4212
RGB
CMYK
RGB Variations
Color information
#1A4212 (or 0x1A4212) is known color: Myrtle. HEX triplet: 1A, 42 and 12. RGB value is (26,66,18). Sum of RGB (Red+Green+Blue) = 26+66+18=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4212 is #E5BDED. Grayscale: #303030. Windows color (decimal): -15056366 or 1196570. OLE color: 1196570.
HSL color Cylindrical-coordinate representation of color #1A4212: hue angle of 110º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4212 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 18 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.74 |
| HSL | 110º | 0.57% | 0.16% | - |
| HSV(B) | 110º | 0.73% | 0.26% | - |
| XYZ | 2.48 | 4.16 | 1.24 | - |
| YUV | 48.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 18 | 0.61 | 0 | 0.73 | 0.74 | 110 | 0.57 | 0.16 |
| Hex | 1A | 42 | 12 | 3D | 0 | 49 | 4A | 6E | 39 | 10 |
| Octal | 32 | 102 | 22 | 75 | 0 | 111 | 112 | 156 | 71 | 20 |
| Binary | 11010 | 1000010 | 10010 | 111101 | 0 | 1001001 | 1001010 | 1101110 | 111001 | 10000 |
Color Harmonies of #1A4212
Complementary color
Monochromatic Colors of #1A4212
Black with #1A4212
Text Example
Text Example
White with #1A4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4212; }
p { color: rgb(26,66,18); }
H1.HeaderClassName
{
color: #1A4212;
}
.AnyTagClassName
{
color: #1A4212;
}
</style>
background-color css
<style>
a { background-color: #1A4212; }
a { background-color: rgb(26,66,18); }
div.DivClassName
{
background-color: #1A4212;
}
.BgClassName
{
background-color: #1A4212;
}
</style>
border-color css
<style>
span { border-color: #1A4212; }
span { border-color: rgb(26,66,18); }
td.TdClassName
{
border-color: #1A4212;
}
.TagClassName
{
border-color: #1A4212;
}
</style>