Shades of Myrtle #14490B
Tints of Myrtle #14490B
RGB
CMYK
RGB Variations
Color information
#14490B (or 0x14490B) is known color: Myrtle. HEX triplet: 14, 49 and 0B. RGB value is (20,73,11). Sum of RGB (Red+Green+Blue) = 20+73+11=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #14490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14490B is #EBB6F4. Grayscale: #323232. Windows color (decimal): -15447797 or 739604. OLE color: 739604.
HSL color Cylindrical-coordinate representation of color #14490B: hue angle of 111.29º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14490B is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 11 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.71 |
| HSL | 111.29º | 0.74% | 0.16% | - |
| HSV(B) | 111.29º | 0.85% | 0.29% | - |
| XYZ | 2.73 | 4.94 | 1.13 | - |
| YUV | 50.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 11 | 0.73 | 0 | 0.85 | 0.71 | 111.29 | 0.74 | 0.16 |
| Hex | 14 | 49 | B | 49 | 0 | 55 | 47 | 6F | 4A | 10 |
| Octal | 24 | 111 | 13 | 111 | 0 | 125 | 107 | 157 | 112 | 20 |
| Binary | 10100 | 1001001 | 1011 | 1001001 | 0 | 1010101 | 1000111 | 1101111 | 1001010 | 10000 |
Color Harmonies of #14490B
Complementary color
Monochromatic Colors of #14490B
Black with #14490B
Text Example
Text Example
White with #14490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14490B; }
p { color: rgb(20,73,11); }
H1.HeaderClassName
{
color: #14490B;
}
.AnyTagClassName
{
color: #14490B;
}
</style>
background-color css
<style>
a { background-color: #14490B; }
a { background-color: rgb(20,73,11); }
div.DivClassName
{
background-color: #14490B;
}
.BgClassName
{
background-color: #14490B;
}
</style>
border-color css
<style>
span { border-color: #14490B; }
span { border-color: rgb(20,73,11); }
td.TdClassName
{
border-color: #14490B;
}
.TagClassName
{
border-color: #14490B;
}
</style>