Shades of Myrtle #143715
Tints of Myrtle #143715
RGB
CMYK
RGB Variations
Color information
#143715 (or 0x143715) is known color: Myrtle. HEX triplet: 14, 37 and 15. RGB value is (20,55,21). Sum of RGB (Red+Green+Blue) = 20+55+21=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #143715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143715 is #EBC8EA. Grayscale: #282828. Windows color (decimal): -15452395 or 1390356. OLE color: 1390356.
HSL color Cylindrical-coordinate representation of color #143715: hue angle of 121.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143715 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 55 | 21 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.78 |
| HSL | 121.71º | 0.47% | 0.15% | - |
| HSV(B) | 121.71º | 0.64% | 0.22% | - |
| XYZ | 1.79 | 2.94 | 1.18 | - |
| YUV | 40.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 21 | 0.64 | 0 | 0.62 | 0.78 | 121.71 | 0.47 | 0.15 |
| Hex | 14 | 37 | 15 | 40 | 0 | 3E | 4E | 7A | 2F | F |
| Octal | 24 | 67 | 25 | 100 | 0 | 76 | 116 | 172 | 57 | 17 |
| Binary | 10100 | 110111 | 10101 | 1000000 | 0 | 111110 | 1001110 | 1111010 | 101111 | 1111 |
Color Harmonies of #143715
Complementary color
Monochromatic Colors of #143715
Black with #143715
Text Example
Text Example
White with #143715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143715; }
p { color: rgb(20,55,21); }
H1.HeaderClassName
{
color: #143715;
}
.AnyTagClassName
{
color: #143715;
}
</style>
background-color css
<style>
a { background-color: #143715; }
a { background-color: rgb(20,55,21); }
div.DivClassName
{
background-color: #143715;
}
.BgClassName
{
background-color: #143715;
}
</style>
border-color css
<style>
span { border-color: #143715; }
span { border-color: rgb(20,55,21); }
td.TdClassName
{
border-color: #143715;
}
.TagClassName
{
border-color: #143715;
}
</style>