Shades of Myrtle #1A4B13
Tints of Myrtle #1A4B13
RGB
CMYK
RGB Variations
Color information
#1A4B13 (or 0x1A4B13) is known color: Myrtle. HEX triplet: 1A, 4B and 13. RGB value is (26,75,19). Sum of RGB (Red+Green+Blue) = 26+75+19=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4B13 is #E5B4EC. Grayscale: #363636. Windows color (decimal): -15054061 or 1264410. OLE color: 1264410.
HSL color Cylindrical-coordinate representation of color #1A4B13: hue angle of 112.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4B13 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 19 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.71 |
| HSL | 112.5º | 0.6% | 0.18% | - |
| HSV(B) | 112.5º | 0.75% | 0.29% | - |
| XYZ | 3.06 | 5.3 | 1.48 | - |
| YUV | 53.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 19 | 0.65 | 0 | 0.75 | 0.71 | 112.5 | 0.6 | 0.18 |
| Hex | 1A | 4B | 13 | 41 | 0 | 4B | 47 | 70 | 3C | 12 |
| Octal | 32 | 113 | 23 | 101 | 0 | 113 | 107 | 160 | 74 | 22 |
| Binary | 11010 | 1001011 | 10011 | 1000001 | 0 | 1001011 | 1000111 | 1110000 | 111100 | 10010 |
Color Harmonies of #1A4B13
Complementary color
Monochromatic Colors of #1A4B13
Black with #1A4B13
Text Example
Text Example
White with #1A4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B13; }
p { color: rgb(26,75,19); }
H1.HeaderClassName
{
color: #1A4B13;
}
.AnyTagClassName
{
color: #1A4B13;
}
</style>
background-color css
<style>
a { background-color: #1A4B13; }
a { background-color: rgb(26,75,19); }
div.DivClassName
{
background-color: #1A4B13;
}
.BgClassName
{
background-color: #1A4B13;
}
</style>
border-color css
<style>
span { border-color: #1A4B13; }
span { border-color: rgb(26,75,19); }
td.TdClassName
{
border-color: #1A4B13;
}
.TagClassName
{
border-color: #1A4B13;
}
</style>