Shades of Myrtle #143C05
Tints of Myrtle #143C05
RGB
CMYK
RGB Variations
Color information
#143C05 (or 0x143C05) is known color: Myrtle. HEX triplet: 14, 3C and 05. RGB value is (20,60,5). Sum of RGB (Red+Green+Blue) = 20+60+5=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 60 (23.83% from 255 or 70.59% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 60 - color contains mainly: green. Hex color #143C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143C05 is #EBC3FA. Grayscale: #292929. Windows color (decimal): -15451131 or 343060. OLE color: 343060.
HSL color Cylindrical-coordinate representation of color #143C05: hue angle of 103.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143C05 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 5 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.76 |
| HSL | 103.64º | 0.85% | 0.13% | - |
| HSV(B) | 103.64º | 0.92% | 0.24% | - |
| XYZ | 1.93 | 3.39 | 0.7 | - |
| YUV | 41.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 5 | 0.67 | 0 | 0.92 | 0.76 | 103.64 | 0.85 | 0.13 |
| Hex | 14 | 3C | 5 | 43 | 0 | 5C | 4C | 68 | 55 | D |
| Octal | 24 | 74 | 5 | 103 | 0 | 134 | 114 | 150 | 125 | 15 |
| Binary | 10100 | 111100 | 101 | 1000011 | 0 | 1011100 | 1001100 | 1101000 | 1010101 | 1101 |
Color Harmonies of #143C05
Complementary color
Monochromatic Colors of #143C05
Black with #143C05
Text Example
Text Example
White with #143C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C05; }
p { color: rgb(20,60,5); }
H1.HeaderClassName
{
color: #143C05;
}
.AnyTagClassName
{
color: #143C05;
}
</style>
background-color css
<style>
a { background-color: #143C05; }
a { background-color: rgb(20,60,5); }
div.DivClassName
{
background-color: #143C05;
}
.BgClassName
{
background-color: #143C05;
}
</style>
border-color css
<style>
span { border-color: #143C05; }
span { border-color: rgb(20,60,5); }
td.TdClassName
{
border-color: #143C05;
}
.TagClassName
{
border-color: #143C05;
}
</style>