Shades of Myrtle #143C04
Tints of Myrtle #143C04
RGB
CMYK
RGB Variations
Color information
#143C04 (or 0x143C04) is known color: Myrtle. HEX triplet: 14, 3C and 04. RGB value is (20,60,4). Sum of RGB (Red+Green+Blue) = 20+60+4=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 60 (23.83% from 255 or 71.43% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 60 - color contains mainly: green. Hex color #143C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143C04 is #EBC3FB. Grayscale: #292929. Windows color (decimal): -15451132 or 277524. OLE color: 277524.
HSL color Cylindrical-coordinate representation of color #143C04: hue angle of 102.86º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #143C04 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 4 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.76 |
| HSL | 102.86º | 0.88% | 0.13% | - |
| HSV(B) | 102.86º | 0.93% | 0.24% | - |
| XYZ | 1.93 | 3.39 | 0.67 | - |
| YUV | 41.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 4 | 0.67 | 0 | 0.93 | 0.76 | 102.86 | 0.88 | 0.13 |
| Hex | 14 | 3C | 4 | 43 | 0 | 5D | 4C | 67 | 58 | D |
| Octal | 24 | 74 | 4 | 103 | 0 | 135 | 114 | 147 | 130 | 15 |
| Binary | 10100 | 111100 | 100 | 1000011 | 0 | 1011101 | 1001100 | 1100111 | 1011000 | 1101 |
Color Harmonies of #143C04
Complementary color
Monochromatic Colors of #143C04
Black with #143C04
Text Example
Text Example
White with #143C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C04; }
p { color: rgb(20,60,4); }
H1.HeaderClassName
{
color: #143C04;
}
.AnyTagClassName
{
color: #143C04;
}
</style>
background-color css
<style>
a { background-color: #143C04; }
a { background-color: rgb(20,60,4); }
div.DivClassName
{
background-color: #143C04;
}
.BgClassName
{
background-color: #143C04;
}
</style>
border-color css
<style>
span { border-color: #143C04; }
span { border-color: rgb(20,60,4); }
td.TdClassName
{
border-color: #143C04;
}
.TagClassName
{
border-color: #143C04;
}
</style>