Shades of Myrtle #144714
Tints of Myrtle #144714
RGB
CMYK
RGB Variations
Color information
#144714 (or 0x144714) is known color: Myrtle. HEX triplet: 14, 47 and 14. RGB value is (20,71,20). Sum of RGB (Red+Green+Blue) = 20+71+20=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #144714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144714 is #EBB8EB. Grayscale: #323232. Windows color (decimal): -15448300 or 1328916. OLE color: 1328916.
HSL color Cylindrical-coordinate representation of color #144714: hue angle of 120º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144714 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 20 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.72 |
| HSL | 120º | 0.56% | 0.18% | - |
| HSV(B) | 120º | 0.72% | 0.28% | - |
| XYZ | 2.67 | 4.71 | 1.43 | - |
| YUV | 49.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 20 | 0.72 | 0 | 0.72 | 0.72 | 120 | 0.56 | 0.18 |
| Hex | 14 | 47 | 14 | 48 | 0 | 48 | 48 | 78 | 38 | 12 |
| Octal | 24 | 107 | 24 | 110 | 0 | 110 | 110 | 170 | 70 | 22 |
| Binary | 10100 | 1000111 | 10100 | 1001000 | 0 | 1001000 | 1001000 | 1111000 | 111000 | 10010 |
Color Harmonies of #144714
Complementary color
Monochromatic Colors of #144714
Black with #144714
Text Example
Text Example
White with #144714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144714; }
p { color: rgb(20,71,20); }
H1.HeaderClassName
{
color: #144714;
}
.AnyTagClassName
{
color: #144714;
}
</style>
background-color css
<style>
a { background-color: #144714; }
a { background-color: rgb(20,71,20); }
div.DivClassName
{
background-color: #144714;
}
.BgClassName
{
background-color: #144714;
}
</style>
border-color css
<style>
span { border-color: #144714; }
span { border-color: rgb(20,71,20); }
td.TdClassName
{
border-color: #144714;
}
.TagClassName
{
border-color: #144714;
}
</style>