Shades of Myrtle #144705
Tints of Myrtle #144705
RGB
CMYK
RGB Variations
Color information
#144705 (or 0x144705) is known color: Myrtle. HEX triplet: 14, 47 and 05. RGB value is (20,71,5). Sum of RGB (Red+Green+Blue) = 20+71+5=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 71 (28.12% from 255 or 73.96% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 71 - color contains mainly: green. Hex color #144705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144705 is #EBB8FA. Grayscale: #303030. Windows color (decimal): -15448315 or 345876. OLE color: 345876.
HSL color Cylindrical-coordinate representation of color #144705: hue angle of 106.36º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #144705 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 5 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.72 |
| HSL | 106.36º | 0.87% | 0.15% | - |
| HSV(B) | 106.36º | 0.93% | 0.28% | - |
| XYZ | 2.57 | 4.67 | 0.91 | - |
| YUV | 48.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 5 | 0.72 | 0 | 0.93 | 0.72 | 106.36 | 0.87 | 0.15 |
| Hex | 14 | 47 | 5 | 48 | 0 | 5D | 48 | 6A | 57 | F |
| Octal | 24 | 107 | 5 | 110 | 0 | 135 | 110 | 152 | 127 | 17 |
| Binary | 10100 | 1000111 | 101 | 1001000 | 0 | 1011101 | 1001000 | 1101010 | 1010111 | 1111 |
Color Harmonies of #144705
Complementary color
Monochromatic Colors of #144705
Black with #144705
Text Example
Text Example
White with #144705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144705; }
p { color: rgb(20,71,5); }
H1.HeaderClassName
{
color: #144705;
}
.AnyTagClassName
{
color: #144705;
}
</style>
background-color css
<style>
a { background-color: #144705; }
a { background-color: rgb(20,71,5); }
div.DivClassName
{
background-color: #144705;
}
.BgClassName
{
background-color: #144705;
}
</style>
border-color css
<style>
span { border-color: #144705; }
span { border-color: rgb(20,71,5); }
td.TdClassName
{
border-color: #144705;
}
.TagClassName
{
border-color: #144705;
}
</style>