Shades of Myrtle #143504
Tints of Myrtle #143504
RGB
CMYK
RGB Variations
Color information
#143504 (or 0x143504) is known color: Myrtle. HEX triplet: 14, 35 and 04. RGB value is (20,53,4). Sum of RGB (Red+Green+Blue) = 20+53+4=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #143504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143504 is #EBCAFB. Grayscale: #252525. Windows color (decimal): -15452924 or 275732. OLE color: 275732.
HSL color Cylindrical-coordinate representation of color #143504: hue angle of 100.41º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143504 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 4 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.79 |
| HSL | 100.41º | 0.86% | 0.11% | - |
| HSV(B) | 100.41º | 0.92% | 0.21% | - |
| XYZ | 1.58 | 2.7 | 0.55 | - |
| YUV | 37.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 4 | 0.62 | 0 | 0.92 | 0.79 | 100.41 | 0.86 | 0.11 |
| Hex | 14 | 35 | 4 | 3E | 0 | 5C | 4F | 64 | 56 | B |
| Octal | 24 | 65 | 4 | 76 | 0 | 134 | 117 | 144 | 126 | 13 |
| Binary | 10100 | 110101 | 100 | 111110 | 0 | 1011100 | 1001111 | 1100100 | 1010110 | 1011 |
Color Harmonies of #143504
Complementary color
Monochromatic Colors of #143504
Black with #143504
Text Example
Text Example
White with #143504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143504; }
p { color: rgb(20,53,4); }
H1.HeaderClassName
{
color: #143504;
}
.AnyTagClassName
{
color: #143504;
}
</style>
background-color css
<style>
a { background-color: #143504; }
a { background-color: rgb(20,53,4); }
div.DivClassName
{
background-color: #143504;
}
.BgClassName
{
background-color: #143504;
}
</style>
border-color css
<style>
span { border-color: #143504; }
span { border-color: rgb(20,53,4); }
td.TdClassName
{
border-color: #143504;
}
.TagClassName
{
border-color: #143504;
}
</style>