Shades of Myrtle #14491A
Tints of Myrtle #14491A
RGB
CMYK
RGB Variations
Color information
#14491A (or 0x14491A) is known color: Myrtle. HEX triplet: 14, 49 and 1A. RGB value is (20,73,26). Sum of RGB (Red+Green+Blue) = 20+73+26=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #14491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14491A is #EBB6E5. Grayscale: #333333. Windows color (decimal): -15447782 or 1722644. OLE color: 1722644.
HSL color Cylindrical-coordinate representation of color #14491A: hue angle of 126.79º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14491A is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 26 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.71 |
| HSL | 126.79º | 0.57% | 0.18% | - |
| HSV(B) | 126.79º | 0.73% | 0.29% | - |
| XYZ | 2.86 | 4.99 | 1.79 | - |
| YUV | 51.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 26 | 0.73 | 0 | 0.64 | 0.71 | 126.79 | 0.57 | 0.18 |
| Hex | 14 | 49 | 1A | 49 | 0 | 40 | 47 | 7F | 39 | 12 |
| Octal | 24 | 111 | 32 | 111 | 0 | 100 | 107 | 177 | 71 | 22 |
| Binary | 10100 | 1001001 | 11010 | 1001001 | 0 | 1000000 | 1000111 | 1111111 | 111001 | 10010 |
Color Harmonies of #14491A
Complementary color
Monochromatic Colors of #14491A
Black with #14491A
Text Example
Text Example
White with #14491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14491A; }
p { color: rgb(20,73,26); }
H1.HeaderClassName
{
color: #14491A;
}
.AnyTagClassName
{
color: #14491A;
}
</style>
background-color css
<style>
a { background-color: #14491A; }
a { background-color: rgb(20,73,26); }
div.DivClassName
{
background-color: #14491A;
}
.BgClassName
{
background-color: #14491A;
}
</style>
border-color css
<style>
span { border-color: #14491A; }
span { border-color: rgb(20,73,26); }
td.TdClassName
{
border-color: #14491A;
}
.TagClassName
{
border-color: #14491A;
}
</style>