Shades of Myrtle #1A3019
Tints of Myrtle #1A3019
RGB
CMYK
RGB Variations
Color information
#1A3019 (or 0x1A3019) is known color: Myrtle. HEX triplet: 1A, 30 and 19. RGB value is (26,48,25). Sum of RGB (Red+Green+Blue) = 26+48+25=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3019 is #E5CFE6. Grayscale: #262626. Windows color (decimal): -15060967 or 1650714. OLE color: 1650714.
HSL color Cylindrical-coordinate representation of color #1A3019: hue angle of 117.39º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A3019 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 25 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.81 |
| HSL | 117.39º | 0.32% | 0.14% | - |
| HSV(B) | 117.39º | 0.48% | 0.19% | - |
| XYZ | 1.66 | 2.4 | 1.3 | - |
| YUV | 38.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 25 | 0.46 | 0 | 0.48 | 0.81 | 117.39 | 0.32 | 0.14 |
| Hex | 1A | 30 | 19 | 2E | 0 | 30 | 51 | 75 | 20 | E |
| Octal | 32 | 60 | 31 | 56 | 0 | 60 | 121 | 165 | 40 | 16 |
| Binary | 11010 | 110000 | 11001 | 101110 | 0 | 110000 | 1010001 | 1110101 | 100000 | 1110 |
Color Harmonies of #1A3019
Complementary color
Monochromatic Colors of #1A3019
Black with #1A3019
Text Example
Text Example
White with #1A3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3019; }
p { color: rgb(26,48,25); }
H1.HeaderClassName
{
color: #1A3019;
}
.AnyTagClassName
{
color: #1A3019;
}
</style>
background-color css
<style>
a { background-color: #1A3019; }
a { background-color: rgb(26,48,25); }
div.DivClassName
{
background-color: #1A3019;
}
.BgClassName
{
background-color: #1A3019;
}
</style>
border-color css
<style>
span { border-color: #1A3019; }
span { border-color: rgb(26,48,25); }
td.TdClassName
{
border-color: #1A3019;
}
.TagClassName
{
border-color: #1A3019;
}
</style>