Shades of Myrtle #143503
Tints of Myrtle #143503
RGB
CMYK
RGB Variations
Color information
#143503 (or 0x143503) is known color: Myrtle. HEX triplet: 14, 35 and 03. RGB value is (20,53,3). Sum of RGB (Red+Green+Blue) = 20+53+3=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #143503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143503 is #EBCAFC. Grayscale: #252525. Windows color (decimal): -15452925 or 210196. OLE color: 210196.
HSL color Cylindrical-coordinate representation of color #143503: hue angle of 99.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #143503 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 3 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.79 |
| HSL | 99.6º | 0.89% | 0.11% | - |
| HSV(B) | 99.6º | 0.94% | 0.21% | - |
| XYZ | 1.58 | 2.7 | 0.52 | - |
| YUV | 37.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 3 | 0.62 | 0 | 0.94 | 0.79 | 99.6 | 0.89 | 0.11 |
| Hex | 14 | 35 | 3 | 3E | 0 | 5E | 4F | 64 | 59 | B |
| Octal | 24 | 65 | 3 | 76 | 0 | 136 | 117 | 144 | 131 | 13 |
| Binary | 10100 | 110101 | 11 | 111110 | 0 | 1011110 | 1001111 | 1100100 | 1011001 | 1011 |
Color Harmonies of #143503
Complementary color
Monochromatic Colors of #143503
Black with #143503
Text Example
Text Example
White with #143503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143503; }
p { color: rgb(20,53,3); }
H1.HeaderClassName
{
color: #143503;
}
.AnyTagClassName
{
color: #143503;
}
</style>
background-color css
<style>
a { background-color: #143503; }
a { background-color: rgb(20,53,3); }
div.DivClassName
{
background-color: #143503;
}
.BgClassName
{
background-color: #143503;
}
</style>
border-color css
<style>
span { border-color: #143503; }
span { border-color: rgb(20,53,3); }
td.TdClassName
{
border-color: #143503;
}
.TagClassName
{
border-color: #143503;
}
</style>