Shades of Myrtle #1A4B16
Tints of Myrtle #1A4B16
RGB
CMYK
RGB Variations
Color information
#1A4B16 (or 0x1A4B16) is known color: Myrtle. HEX triplet: 1A, 4B and 16. RGB value is (26,75,22). Sum of RGB (Red+Green+Blue) = 26+75+22=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4B16 is #E5B4E9. Grayscale: #363636. Windows color (decimal): -15054058 or 1461018. OLE color: 1461018.
HSL color Cylindrical-coordinate representation of color #1A4B16: hue angle of 115.47º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4B16 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 22 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.71 |
| HSL | 115.47º | 0.55% | 0.19% | - |
| HSV(B) | 115.47º | 0.71% | 0.29% | - |
| XYZ | 3.09 | 5.31 | 1.62 | - |
| YUV | 54.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 22 | 0.65 | 0 | 0.71 | 0.71 | 115.47 | 0.55 | 0.19 |
| Hex | 1A | 4B | 16 | 41 | 0 | 47 | 47 | 73 | 37 | 13 |
| Octal | 32 | 113 | 26 | 101 | 0 | 107 | 107 | 163 | 67 | 23 |
| Binary | 11010 | 1001011 | 10110 | 1000001 | 0 | 1000111 | 1000111 | 1110011 | 110111 | 10011 |
Color Harmonies of #1A4B16
Complementary color
Monochromatic Colors of #1A4B16
Black with #1A4B16
Text Example
Text Example
White with #1A4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B16; }
p { color: rgb(26,75,22); }
H1.HeaderClassName
{
color: #1A4B16;
}
.AnyTagClassName
{
color: #1A4B16;
}
</style>
background-color css
<style>
a { background-color: #1A4B16; }
a { background-color: rgb(26,75,22); }
div.DivClassName
{
background-color: #1A4B16;
}
.BgClassName
{
background-color: #1A4B16;
}
</style>
border-color css
<style>
span { border-color: #1A4B16; }
span { border-color: rgb(26,75,22); }
td.TdClassName
{
border-color: #1A4B16;
}
.TagClassName
{
border-color: #1A4B16;
}
</style>