Shades of Myrtle #143F13
Tints of Myrtle #143F13
RGB
CMYK
RGB Variations
Color information
#143F13 (or 0x143F13) is known color: Myrtle. HEX triplet: 14, 3F and 13. RGB value is (20,63,19). Sum of RGB (Red+Green+Blue) = 20+63+19=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #143F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143F13 is #EBC0EC. Grayscale: #2D2D2D. Windows color (decimal): -15450349 or 1261332. OLE color: 1261332.
HSL color Cylindrical-coordinate representation of color #143F13: hue angle of 118.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143F13 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 63 | 19 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.75 |
| HSL | 118.64º | 0.54% | 0.16% | - |
| HSV(B) | 118.64º | 0.7% | 0.25% | - |
| XYZ | 2.18 | 3.75 | 1.22 | - |
| YUV | 45.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 19 | 0.68 | 0 | 0.70 | 0.75 | 118.64 | 0.54 | 0.16 |
| Hex | 14 | 3F | 13 | 44 | 0 | 46 | 4B | 77 | 36 | 10 |
| Octal | 24 | 77 | 23 | 104 | 0 | 106 | 113 | 167 | 66 | 20 |
| Binary | 10100 | 111111 | 10011 | 1000100 | 0 | 1000110 | 1001011 | 1110111 | 110110 | 10000 |
Color Harmonies of #143F13
Complementary color
Monochromatic Colors of #143F13
Black with #143F13
Text Example
Text Example
White with #143F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F13; }
p { color: rgb(20,63,19); }
H1.HeaderClassName
{
color: #143F13;
}
.AnyTagClassName
{
color: #143F13;
}
</style>
background-color css
<style>
a { background-color: #143F13; }
a { background-color: rgb(20,63,19); }
div.DivClassName
{
background-color: #143F13;
}
.BgClassName
{
background-color: #143F13;
}
</style>
border-color css
<style>
span { border-color: #143F13; }
span { border-color: rgb(20,63,19); }
td.TdClassName
{
border-color: #143F13;
}
.TagClassName
{
border-color: #143F13;
}
</style>