Shades of Myrtle #143D15
Tints of Myrtle #143D15
RGB
CMYK
RGB Variations
Color information
#143D15 (or 0x143D15) is known color: Myrtle. HEX triplet: 14, 3D and 15. RGB value is (20,61,21). Sum of RGB (Red+Green+Blue) = 20+61+21=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #143D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143D15 is #EBC2EA. Grayscale: #2C2C2C. Windows color (decimal): -15450859 or 1391892. OLE color: 1391892.
HSL color Cylindrical-coordinate representation of color #143D15: hue angle of 121.46º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D15 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 21 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.76 |
| HSL | 121.46º | 0.51% | 0.16% | - |
| HSV(B) | 121.46º | 0.67% | 0.24% | - |
| XYZ | 2.09 | 3.54 | 1.28 | - |
| YUV | 44.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 21 | 0.67 | 0 | 0.66 | 0.76 | 121.46 | 0.51 | 0.16 |
| Hex | 14 | 3D | 15 | 43 | 0 | 42 | 4C | 79 | 33 | 10 |
| Octal | 24 | 75 | 25 | 103 | 0 | 102 | 114 | 171 | 63 | 20 |
| Binary | 10100 | 111101 | 10101 | 1000011 | 0 | 1000010 | 1001100 | 1111001 | 110011 | 10000 |
Color Harmonies of #143D15
Complementary color
Monochromatic Colors of #143D15
Black with #143D15
Text Example
Text Example
White with #143D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D15; }
p { color: rgb(20,61,21); }
H1.HeaderClassName
{
color: #143D15;
}
.AnyTagClassName
{
color: #143D15;
}
</style>
background-color css
<style>
a { background-color: #143D15; }
a { background-color: rgb(20,61,21); }
div.DivClassName
{
background-color: #143D15;
}
.BgClassName
{
background-color: #143D15;
}
</style>
border-color css
<style>
span { border-color: #143D15; }
span { border-color: rgb(20,61,21); }
td.TdClassName
{
border-color: #143D15;
}
.TagClassName
{
border-color: #143D15;
}
</style>