Shades of Myrtle #1A5414
Tints of Myrtle #1A5414
RGB
CMYK
RGB Variations
Color information
#1A5414 (or 0x1A5414) is known color: Myrtle. HEX triplet: 1A, 54 and 14. RGB value is (26,84,20). Sum of RGB (Red+Green+Blue) = 26+84+20=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5414 is #E5ABEB. Grayscale: #3B3B3B. Windows color (decimal): -15051756 or 1332250. OLE color: 1332250.
HSL color Cylindrical-coordinate representation of color #1A5414: hue angle of 114.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A5414 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 20 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.67 |
| HSL | 114.38º | 0.62% | 0.2% | - |
| HSV(B) | 114.38º | 0.76% | 0.33% | - |
| XYZ | 3.72 | 6.61 | 1.74 | - |
| YUV | 59.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 20 | 0.69 | 0 | 0.76 | 0.67 | 114.38 | 0.62 | 0.2 |
| Hex | 1A | 54 | 14 | 45 | 0 | 4C | 43 | 72 | 3E | 14 |
| Octal | 32 | 124 | 24 | 105 | 0 | 114 | 103 | 162 | 76 | 24 |
| Binary | 11010 | 1010100 | 10100 | 1000101 | 0 | 1001100 | 1000011 | 1110010 | 111110 | 10100 |
Color Harmonies of #1A5414
Complementary color
Monochromatic Colors of #1A5414
Black with #1A5414
Text Example
Text Example
White with #1A5414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5414; }
p { color: rgb(26,84,20); }
H1.HeaderClassName
{
color: #1A5414;
}
.AnyTagClassName
{
color: #1A5414;
}
</style>
background-color css
<style>
a { background-color: #1A5414; }
a { background-color: rgb(26,84,20); }
div.DivClassName
{
background-color: #1A5414;
}
.BgClassName
{
background-color: #1A5414;
}
</style>
border-color css
<style>
span { border-color: #1A5414; }
span { border-color: rgb(26,84,20); }
td.TdClassName
{
border-color: #1A5414;
}
.TagClassName
{
border-color: #1A5414;
}
</style>