Shades of Myrtle #1A4314
Tints of Myrtle #1A4314
RGB
CMYK
RGB Variations
Color information
#1A4314 (or 0x1A4314) is known color: Myrtle. HEX triplet: 1A, 43 and 14. RGB value is (26,67,20). Sum of RGB (Red+Green+Blue) = 26+67+20=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4314 is #E5BCEB. Grayscale: #313131. Windows color (decimal): -15056108 or 1327898. OLE color: 1327898.
HSL color Cylindrical-coordinate representation of color #1A4314: hue angle of 112.34º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4314 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 20 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.74 |
| HSL | 112.34º | 0.54% | 0.17% | - |
| HSV(B) | 112.34º | 0.7% | 0.26% | - |
| XYZ | 2.56 | 4.28 | 1.35 | - |
| YUV | 49.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 20 | 0.61 | 0 | 0.70 | 0.74 | 112.34 | 0.54 | 0.17 |
| Hex | 1A | 43 | 14 | 3D | 0 | 46 | 4A | 70 | 36 | 11 |
| Octal | 32 | 103 | 24 | 75 | 0 | 106 | 112 | 160 | 66 | 21 |
| Binary | 11010 | 1000011 | 10100 | 111101 | 0 | 1000110 | 1001010 | 1110000 | 110110 | 10001 |
Color Harmonies of #1A4314
Complementary color
Monochromatic Colors of #1A4314
Black with #1A4314
Text Example
Text Example
White with #1A4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4314; }
p { color: rgb(26,67,20); }
H1.HeaderClassName
{
color: #1A4314;
}
.AnyTagClassName
{
color: #1A4314;
}
</style>
background-color css
<style>
a { background-color: #1A4314; }
a { background-color: rgb(26,67,20); }
div.DivClassName
{
background-color: #1A4314;
}
.BgClassName
{
background-color: #1A4314;
}
</style>
border-color css
<style>
span { border-color: #1A4314; }
span { border-color: rgb(26,67,20); }
td.TdClassName
{
border-color: #1A4314;
}
.TagClassName
{
border-color: #1A4314;
}
</style>