Shades of Myrtle #143C17
Tints of Myrtle #143C17
RGB
CMYK
RGB Variations
Color information
#143C17 (or 0x143C17) is known color: Myrtle. HEX triplet: 14, 3C and 17. RGB value is (20,60,23). Sum of RGB (Red+Green+Blue) = 20+60+23=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #143C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143C17 is #EBC3E8. Grayscale: #2B2B2B. Windows color (decimal): -15451113 or 1522708. OLE color: 1522708.
HSL color Cylindrical-coordinate representation of color #143C17: hue angle of 124.5º 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 #143C17 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 23 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.76 |
| HSL | 124.5º | 0.5% | 0.16% | - |
| HSV(B) | 124.5º | 0.67% | 0.24% | - |
| XYZ | 2.06 | 3.44 | 1.37 | - |
| YUV | 43.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 23 | 0.67 | 0 | 0.62 | 0.76 | 124.5 | 0.5 | 0.16 |
| Hex | 14 | 3C | 17 | 43 | 0 | 3E | 4C | 7C | 32 | 10 |
| Octal | 24 | 74 | 27 | 103 | 0 | 76 | 114 | 174 | 62 | 20 |
| Binary | 10100 | 111100 | 10111 | 1000011 | 0 | 111110 | 1001100 | 1111100 | 110010 | 10000 |
Color Harmonies of #143C17
Complementary color
Monochromatic Colors of #143C17
Black with #143C17
Text Example
Text Example
White with #143C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C17; }
p { color: rgb(20,60,23); }
H1.HeaderClassName
{
color: #143C17;
}
.AnyTagClassName
{
color: #143C17;
}
</style>
background-color css
<style>
a { background-color: #143C17; }
a { background-color: rgb(20,60,23); }
div.DivClassName
{
background-color: #143C17;
}
.BgClassName
{
background-color: #143C17;
}
</style>
border-color css
<style>
span { border-color: #143C17; }
span { border-color: rgb(20,60,23); }
td.TdClassName
{
border-color: #143C17;
}
.TagClassName
{
border-color: #143C17;
}
</style>