Shades of Myrtle #1A4113
Tints of Myrtle #1A4113
RGB
CMYK
RGB Variations
Color information
#1A4113 (or 0x1A4113) is known color: Myrtle. HEX triplet: 1A, 41 and 13. RGB value is (26,65,19). Sum of RGB (Red+Green+Blue) = 26+65+19=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4113 is #E5BEEC. Grayscale: #303030. Windows color (decimal): -15056621 or 1261850. OLE color: 1261850.
HSL color Cylindrical-coordinate representation of color #1A4113: hue angle of 110.87º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4113 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 19 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.75 |
| HSL | 110.87º | 0.55% | 0.16% | - |
| HSV(B) | 110.87º | 0.71% | 0.25% | - |
| XYZ | 2.43 | 4.05 | 1.27 | - |
| YUV | 48.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 19 | 0.60 | 0 | 0.71 | 0.75 | 110.87 | 0.55 | 0.16 |
| Hex | 1A | 41 | 13 | 3C | 0 | 47 | 4B | 6F | 37 | 10 |
| Octal | 32 | 101 | 23 | 74 | 0 | 107 | 113 | 157 | 67 | 20 |
| Binary | 11010 | 1000001 | 10011 | 111100 | 0 | 1000111 | 1001011 | 1101111 | 110111 | 10000 |
Color Harmonies of #1A4113
Complementary color
Monochromatic Colors of #1A4113
Black with #1A4113
Text Example
Text Example
White with #1A4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4113; }
p { color: rgb(26,65,19); }
H1.HeaderClassName
{
color: #1A4113;
}
.AnyTagClassName
{
color: #1A4113;
}
</style>
background-color css
<style>
a { background-color: #1A4113; }
a { background-color: rgb(26,65,19); }
div.DivClassName
{
background-color: #1A4113;
}
.BgClassName
{
background-color: #1A4113;
}
</style>
border-color css
<style>
span { border-color: #1A4113; }
span { border-color: rgb(26,65,19); }
td.TdClassName
{
border-color: #1A4113;
}
.TagClassName
{
border-color: #1A4113;
}
</style>