Shades of Myrtle #1A4F13
Tints of Myrtle #1A4F13
RGB
CMYK
RGB Variations
Color information
#1A4F13 (or 0x1A4F13) is known color: Myrtle. HEX triplet: 1A, 4F and 13. RGB value is (26,79,19). Sum of RGB (Red+Green+Blue) = 26+79+19=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #1A4F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A4F13 is #E5B0EC. Grayscale: #383838. Windows color (decimal): -15053037 or 1265434. OLE color: 1265434.
HSL color Cylindrical-coordinate representation of color #1A4F13: hue angle of 113º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A4F13 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 79 | 19 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.69 |
| HSL | 113º | 0.61% | 0.19% | - |
| HSV(B) | 113º | 0.76% | 0.31% | - |
| XYZ | 3.34 | 5.86 | 1.57 | - |
| YUV | 56.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 19 | 0.67 | 0 | 0.76 | 0.69 | 113 | 0.61 | 0.19 |
| Hex | 1A | 4F | 13 | 43 | 0 | 4C | 45 | 71 | 3D | 13 |
| Octal | 32 | 117 | 23 | 103 | 0 | 114 | 105 | 161 | 75 | 23 |
| Binary | 11010 | 1001111 | 10011 | 1000011 | 0 | 1001100 | 1000101 | 1110001 | 111101 | 10011 |
Color Harmonies of #1A4F13
Complementary color
Monochromatic Colors of #1A4F13
Black with #1A4F13
Text Example
Text Example
White with #1A4F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F13; }
p { color: rgb(26,79,19); }
H1.HeaderClassName
{
color: #1A4F13;
}
.AnyTagClassName
{
color: #1A4F13;
}
</style>
background-color css
<style>
a { background-color: #1A4F13; }
a { background-color: rgb(26,79,19); }
div.DivClassName
{
background-color: #1A4F13;
}
.BgClassName
{
background-color: #1A4F13;
}
</style>
border-color css
<style>
span { border-color: #1A4F13; }
span { border-color: rgb(26,79,19); }
td.TdClassName
{
border-color: #1A4F13;
}
.TagClassName
{
border-color: #1A4F13;
}
</style>