Shades of Myrtle #144314
Tints of Myrtle #144314
RGB
CMYK
RGB Variations
Color information
#144314 (or 0x144314) is known color: Myrtle. HEX triplet: 14, 43 and 14. RGB value is (20,67,20). Sum of RGB (Red+Green+Blue) = 20+67+20=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #144314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144314 is #EBBCEB. Grayscale: #2F2F2F. Windows color (decimal): -15449324 or 1327892. OLE color: 1327892.
HSL color Cylindrical-coordinate representation of color #144314: hue angle of 120º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144314 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 20 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.74 |
| HSL | 120º | 0.54% | 0.17% | - |
| HSV(B) | 120º | 0.7% | 0.26% | - |
| XYZ | 2.42 | 4.21 | 1.35 | - |
| YUV | 47.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 20 | 0.70 | 0 | 0.70 | 0.74 | 120 | 0.54 | 0.17 |
| Hex | 14 | 43 | 14 | 46 | 0 | 46 | 4A | 78 | 36 | 11 |
| Octal | 24 | 103 | 24 | 106 | 0 | 106 | 112 | 170 | 66 | 21 |
| Binary | 10100 | 1000011 | 10100 | 1000110 | 0 | 1000110 | 1001010 | 1111000 | 110110 | 10001 |
Color Harmonies of #144314
Complementary color
Monochromatic Colors of #144314
Black with #144314
Text Example
Text Example
White with #144314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144314; }
p { color: rgb(20,67,20); }
H1.HeaderClassName
{
color: #144314;
}
.AnyTagClassName
{
color: #144314;
}
</style>
background-color css
<style>
a { background-color: #144314; }
a { background-color: rgb(20,67,20); }
div.DivClassName
{
background-color: #144314;
}
.BgClassName
{
background-color: #144314;
}
</style>
border-color css
<style>
span { border-color: #144314; }
span { border-color: rgb(20,67,20); }
td.TdClassName
{
border-color: #144314;
}
.TagClassName
{
border-color: #144314;
}
</style>