Shades of Myrtle #143516
Tints of Myrtle #143516
RGB
CMYK
RGB Variations
Color information
#143516 (or 0x143516) is known color: Myrtle. HEX triplet: 14, 35 and 16. RGB value is (20,53,22). Sum of RGB (Red+Green+Blue) = 20+53+22=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #143516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143516 is #EBCAE9. Grayscale: #272727. Windows color (decimal): -15452906 or 1455380. OLE color: 1455380.
HSL color Cylindrical-coordinate representation of color #143516: hue angle of 123.64º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143516 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 22 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.79 |
| HSL | 123.64º | 0.45% | 0.14% | - |
| HSV(B) | 123.64º | 0.62% | 0.21% | - |
| XYZ | 1.71 | 2.75 | 1.2 | - |
| YUV | 39.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 22 | 0.62 | 0 | 0.58 | 0.79 | 123.64 | 0.45 | 0.14 |
| Hex | 14 | 35 | 16 | 3E | 0 | 3A | 4F | 7C | 2D | E |
| Octal | 24 | 65 | 26 | 76 | 0 | 72 | 117 | 174 | 55 | 16 |
| Binary | 10100 | 110101 | 10110 | 111110 | 0 | 111010 | 1001111 | 1111100 | 101101 | 1110 |
Color Harmonies of #143516
Complementary color
Monochromatic Colors of #143516
Black with #143516
Text Example
Text Example
White with #143516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143516; }
p { color: rgb(20,53,22); }
H1.HeaderClassName
{
color: #143516;
}
.AnyTagClassName
{
color: #143516;
}
</style>
background-color css
<style>
a { background-color: #143516; }
a { background-color: rgb(20,53,22); }
div.DivClassName
{
background-color: #143516;
}
.BgClassName
{
background-color: #143516;
}
</style>
border-color css
<style>
span { border-color: #143516; }
span { border-color: rgb(20,53,22); }
td.TdClassName
{
border-color: #143516;
}
.TagClassName
{
border-color: #143516;
}
</style>