Shades of Myrtle #1A4B19
Tints of Myrtle #1A4B19
RGB
CMYK
RGB Variations
Color information
#1A4B19 (or 0x1A4B19) is known color: Myrtle. HEX triplet: 1A, 4B and 19. RGB value is (26,75,25). Sum of RGB (Red+Green+Blue) = 26+75+25=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4B19 is #E5B4E6. Grayscale: #363636. Windows color (decimal): -15054055 or 1657626. OLE color: 1657626.
HSL color Cylindrical-coordinate representation of color #1A4B19: hue angle of 118.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4B19 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 25 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.71 |
| HSL | 118.8º | 0.5% | 0.2% | - |
| HSV(B) | 118.8º | 0.67% | 0.29% | - |
| XYZ | 3.12 | 5.32 | 1.78 | - |
| YUV | 54.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 25 | 0.65 | 0 | 0.67 | 0.71 | 118.8 | 0.5 | 0.2 |
| Hex | 1A | 4B | 19 | 41 | 0 | 43 | 47 | 77 | 32 | 14 |
| Octal | 32 | 113 | 31 | 101 | 0 | 103 | 107 | 167 | 62 | 24 |
| Binary | 11010 | 1001011 | 11001 | 1000001 | 0 | 1000011 | 1000111 | 1110111 | 110010 | 10100 |
Color Harmonies of #1A4B19
Complementary color
Monochromatic Colors of #1A4B19
Black with #1A4B19
Text Example
Text Example
White with #1A4B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B19; }
p { color: rgb(26,75,25); }
H1.HeaderClassName
{
color: #1A4B19;
}
.AnyTagClassName
{
color: #1A4B19;
}
</style>
background-color css
<style>
a { background-color: #1A4B19; }
a { background-color: rgb(26,75,25); }
div.DivClassName
{
background-color: #1A4B19;
}
.BgClassName
{
background-color: #1A4B19;
}
</style>
border-color css
<style>
span { border-color: #1A4B19; }
span { border-color: rgb(26,75,25); }
td.TdClassName
{
border-color: #1A4B19;
}
.TagClassName
{
border-color: #1A4B19;
}
</style>