Shades of Myrtle #144713
Tints of Myrtle #144713
RGB
CMYK
RGB Variations
Color information
#144713 (or 0x144713) is known color: Myrtle. HEX triplet: 14, 47 and 13. RGB value is (20,71,19). Sum of RGB (Red+Green+Blue) = 20+71+19=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #144713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144713 is #EBB8EC. Grayscale: #313131. Windows color (decimal): -15448301 or 1263380. OLE color: 1263380.
HSL color Cylindrical-coordinate representation of color #144713: hue angle of 118.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144713 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 19 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.72 |
| HSL | 118.85º | 0.58% | 0.18% | - |
| HSV(B) | 118.85º | 0.73% | 0.28% | - |
| XYZ | 2.66 | 4.7 | 1.38 | - |
| YUV | 49.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 19 | 0.72 | 0 | 0.73 | 0.72 | 118.85 | 0.58 | 0.18 |
| Hex | 14 | 47 | 13 | 48 | 0 | 49 | 48 | 77 | 3A | 12 |
| Octal | 24 | 107 | 23 | 110 | 0 | 111 | 110 | 167 | 72 | 22 |
| Binary | 10100 | 1000111 | 10011 | 1001000 | 0 | 1001001 | 1001000 | 1110111 | 111010 | 10010 |
Color Harmonies of #144713
Complementary color
Monochromatic Colors of #144713
Black with #144713
Text Example
Text Example
White with #144713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144713; }
p { color: rgb(20,71,19); }
H1.HeaderClassName
{
color: #144713;
}
.AnyTagClassName
{
color: #144713;
}
</style>
background-color css
<style>
a { background-color: #144713; }
a { background-color: rgb(20,71,19); }
div.DivClassName
{
background-color: #144713;
}
.BgClassName
{
background-color: #144713;
}
</style>
border-color css
<style>
span { border-color: #144713; }
span { border-color: rgb(20,71,19); }
td.TdClassName
{
border-color: #144713;
}
.TagClassName
{
border-color: #144713;
}
</style>