Shades of Myrtle #1A3213
Tints of Myrtle #1A3213
RGB
CMYK
RGB Variations
Color information
#1A3213 (or 0x1A3213) is known color: Myrtle. HEX triplet: 1A, 32 and 13. RGB value is (26,50,19). Sum of RGB (Red+Green+Blue) = 26+50+19=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3213 is #E5CDEC. Grayscale: #272727. Windows color (decimal): -15060461 or 1258010. OLE color: 1258010.
HSL color Cylindrical-coordinate representation of color #1A3213: hue angle of 106.45º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A3213 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 19 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.80 |
| HSL | 106.45º | 0.45% | 0.14% | - |
| HSV(B) | 106.45º | 0.62% | 0.2% | - |
| XYZ | 1.68 | 2.55 | 1.02 | - |
| YUV | 39.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 19 | 0.48 | 0 | 0.62 | 0.80 | 106.45 | 0.45 | 0.14 |
| Hex | 1A | 32 | 13 | 30 | 0 | 3E | 50 | 6A | 2D | E |
| Octal | 32 | 62 | 23 | 60 | 0 | 76 | 120 | 152 | 55 | 16 |
| Binary | 11010 | 110010 | 10011 | 110000 | 0 | 111110 | 1010000 | 1101010 | 101101 | 1110 |
Color Harmonies of #1A3213
Complementary color
Monochromatic Colors of #1A3213
Black with #1A3213
Text Example
Text Example
White with #1A3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3213; }
p { color: rgb(26,50,19); }
H1.HeaderClassName
{
color: #1A3213;
}
.AnyTagClassName
{
color: #1A3213;
}
</style>
background-color css
<style>
a { background-color: #1A3213; }
a { background-color: rgb(26,50,19); }
div.DivClassName
{
background-color: #1A3213;
}
.BgClassName
{
background-color: #1A3213;
}
</style>
border-color css
<style>
span { border-color: #1A3213; }
span { border-color: rgb(26,50,19); }
td.TdClassName
{
border-color: #1A3213;
}
.TagClassName
{
border-color: #1A3213;
}
</style>