Shades of Myrtle #143E00
Tints of Myrtle #143E00
RGB
CMYK
RGB Variations
Color information
#143E00 (or 0x143E00) is known color: Myrtle. HEX triplet: 14, 3E and 00. RGB value is (20,62,0). Sum of RGB (Red+Green+Blue) = 20+62+0=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #143E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143E00 is #EBC1FF. Grayscale: #2A2A2A. Windows color (decimal): -15450624 or 15892. OLE color: 15892.
HSL color Cylindrical-coordinate representation of color #143E00: hue angle of 100.65º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #143E00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 62 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.76 |
| HSL | 100.65º | 1% | 0.12% | - |
| HSV(B) | 100.65º | 1% | 0.24% | - |
| XYZ | 2.01 | 3.59 | 0.59 | - |
| YUV | 42.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 0 | 0.68 | 0 | 1 | 0.76 | 100.65 | 1 | 0.12 |
| Hex | 14 | 3E | 0 | 44 | 0 | 64 | 4C | 65 | 64 | C |
| Octal | 24 | 76 | 0 | 104 | 0 | 144 | 114 | 145 | 144 | 14 |
| Binary | 10100 | 111110 | 0 | 1000100 | 0 | 1100100 | 1001100 | 1100101 | 1100100 | 1100 |
Color Harmonies of #143E00
Complementary color
Monochromatic Colors of #143E00
Black with #143E00
Text Example
Text Example
White with #143E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E00; }
p { color: rgb(20,62,0); }
H1.HeaderClassName
{
color: #143E00;
}
.AnyTagClassName
{
color: #143E00;
}
</style>
background-color css
<style>
a { background-color: #143E00; }
a { background-color: rgb(20,62,0); }
div.DivClassName
{
background-color: #143E00;
}
.BgClassName
{
background-color: #143E00;
}
</style>
border-color css
<style>
span { border-color: #143E00; }
span { border-color: rgb(20,62,0); }
td.TdClassName
{
border-color: #143E00;
}
.TagClassName
{
border-color: #143E00;
}
</style>