Shades of Myrtle #143801
Tints of Myrtle #143801
RGB
CMYK
RGB Variations
Color information
#143801 (or 0x143801) is known color: Myrtle. HEX triplet: 14, 38 and 01. RGB value is (20,56,1). Sum of RGB (Red+Green+Blue) = 20+56+1=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #143801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143801 is #EBC7FE. Grayscale: #272727. Windows color (decimal): -15452159 or 79892. OLE color: 79892.
HSL color Cylindrical-coordinate representation of color #143801: hue angle of 99.27º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143801 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 1 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.78 |
| HSL | 99.27º | 0.96% | 0.11% | - |
| HSV(B) | 99.27º | 0.98% | 0.22% | - |
| XYZ | 1.71 | 2.98 | 0.51 | - |
| YUV | 38.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 1 | 0.64 | 0 | 0.98 | 0.78 | 99.27 | 0.96 | 0.11 |
| Hex | 14 | 38 | 1 | 40 | 0 | 62 | 4E | 63 | 60 | B |
| Octal | 24 | 70 | 1 | 100 | 0 | 142 | 116 | 143 | 140 | 13 |
| Binary | 10100 | 111000 | 1 | 1000000 | 0 | 1100010 | 1001110 | 1100011 | 1100000 | 1011 |
Color Harmonies of #143801
Complementary color
Monochromatic Colors of #143801
Black with #143801
Text Example
Text Example
White with #143801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143801; }
p { color: rgb(20,56,1); }
H1.HeaderClassName
{
color: #143801;
}
.AnyTagClassName
{
color: #143801;
}
</style>
background-color css
<style>
a { background-color: #143801; }
a { background-color: rgb(20,56,1); }
div.DivClassName
{
background-color: #143801;
}
.BgClassName
{
background-color: #143801;
}
</style>
border-color css
<style>
span { border-color: #143801; }
span { border-color: rgb(20,56,1); }
td.TdClassName
{
border-color: #143801;
}
.TagClassName
{
border-color: #143801;
}
</style>