Shades of Myrtle #143C14
Tints of Myrtle #143C14
RGB
CMYK
RGB Variations
Color information
#143C14 (or 0x143C14) is known color: Myrtle. HEX triplet: 14, 3C and 14. RGB value is (20,60,20). Sum of RGB (Red+Green+Blue) = 20+60+20=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 60 (23.83% from 255 or 60% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 60 - color contains mainly: green. Hex color #143C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143C14 is #EBC3EB. Grayscale: #2B2B2B. Windows color (decimal): -15451116 or 1326100. OLE color: 1326100.
HSL color Cylindrical-coordinate representation of color #143C14: hue angle of 120º degrees, saturation: 0.5, 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 #143C14 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 20 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.76 |
| HSL | 120º | 0.5% | 0.16% | - |
| HSV(B) | 120º | 0.67% | 0.24% | - |
| XYZ | 2.03 | 3.43 | 1.22 | - |
| YUV | 43.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 20 | 0.67 | 0 | 0.67 | 0.76 | 120 | 0.5 | 0.16 |
| Hex | 14 | 3C | 14 | 43 | 0 | 43 | 4C | 78 | 32 | 10 |
| Octal | 24 | 74 | 24 | 103 | 0 | 103 | 114 | 170 | 62 | 20 |
| Binary | 10100 | 111100 | 10100 | 1000011 | 0 | 1000011 | 1001100 | 1111000 | 110010 | 10000 |
Color Harmonies of #143C14
Complementary color
Monochromatic Colors of #143C14
Black with #143C14
Text Example
Text Example
White with #143C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C14; }
p { color: rgb(20,60,20); }
H1.HeaderClassName
{
color: #143C14;
}
.AnyTagClassName
{
color: #143C14;
}
</style>
background-color css
<style>
a { background-color: #143C14; }
a { background-color: rgb(20,60,20); }
div.DivClassName
{
background-color: #143C14;
}
.BgClassName
{
background-color: #143C14;
}
</style>
border-color css
<style>
span { border-color: #143C14; }
span { border-color: rgb(20,60,20); }
td.TdClassName
{
border-color: #143C14;
}
.TagClassName
{
border-color: #143C14;
}
</style>