Shades of Myrtle #1A3514
Tints of Myrtle #1A3514
RGB
CMYK
RGB Variations
Color information
#1A3514 (or 0x1A3514) is known color: Myrtle. HEX triplet: 1A, 35 and 14. RGB value is (26,53,20). Sum of RGB (Red+Green+Blue) = 26+53+20=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3514 is #E5CAEB. Grayscale: #292929. Windows color (decimal): -15059692 or 1324314. OLE color: 1324314.
HSL color Cylindrical-coordinate representation of color #1A3514: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A3514 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 20 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.79 |
| HSL | 109.09º | 0.45% | 0.14% | - |
| HSV(B) | 109.09º | 0.62% | 0.21% | - |
| XYZ | 1.83 | 2.82 | 1.11 | - |
| YUV | 41.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 20 | 0.51 | 0 | 0.62 | 0.79 | 109.09 | 0.45 | 0.14 |
| Hex | 1A | 35 | 14 | 33 | 0 | 3E | 4F | 6D | 2D | E |
| Octal | 32 | 65 | 24 | 63 | 0 | 76 | 117 | 155 | 55 | 16 |
| Binary | 11010 | 110101 | 10100 | 110011 | 0 | 111110 | 1001111 | 1101101 | 101101 | 1110 |
Color Harmonies of #1A3514
Complementary color
Monochromatic Colors of #1A3514
Black with #1A3514
Text Example
Text Example
White with #1A3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3514; }
p { color: rgb(26,53,20); }
H1.HeaderClassName
{
color: #1A3514;
}
.AnyTagClassName
{
color: #1A3514;
}
</style>
background-color css
<style>
a { background-color: #1A3514; }
a { background-color: rgb(26,53,20); }
div.DivClassName
{
background-color: #1A3514;
}
.BgClassName
{
background-color: #1A3514;
}
</style>
border-color css
<style>
span { border-color: #1A3514; }
span { border-color: rgb(26,53,20); }
td.TdClassName
{
border-color: #1A3514;
}
.TagClassName
{
border-color: #1A3514;
}
</style>