Shades of Myrtle #142813
Tints of Myrtle #142813
RGB
CMYK
RGB Variations
Color information
#142813 (or 0x142813) is known color: Myrtle. HEX triplet: 14, 28 and 13. RGB value is (20,40,19). Sum of RGB (Red+Green+Blue) = 20+40+19=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #142813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142813 is #EBD7EC. Grayscale: #1F1F1F. Windows color (decimal): -15456237 or 1255444. OLE color: 1255444.
HSL color Cylindrical-coordinate representation of color #142813: hue angle of 117.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142813 is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 40 | 19 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.84 |
| HSL | 117.14º | 0.36% | 0.12% | - |
| HSV(B) | 117.14º | 0.53% | 0.16% | - |
| XYZ | 1.16 | 1.71 | 0.89 | - |
| YUV | 31.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 19 | 0.5 | 0 | 0.52 | 0.84 | 117.14 | 0.36 | 0.12 |
| Hex | 14 | 28 | 13 | 32 | 0 | 34 | 54 | 75 | 24 | C |
| Octal | 24 | 50 | 23 | 62 | 0 | 64 | 124 | 165 | 44 | 14 |
| Binary | 10100 | 101000 | 10011 | 110010 | 0 | 110100 | 1010100 | 1110101 | 100100 | 1100 |
Color Harmonies of #142813
Complementary color
Monochromatic Colors of #142813
Black with #142813
Text Example
Text Example
White with #142813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142813; }
p { color: rgb(20,40,19); }
H1.HeaderClassName
{
color: #142813;
}
.AnyTagClassName
{
color: #142813;
}
</style>
background-color css
<style>
a { background-color: #142813; }
a { background-color: rgb(20,40,19); }
div.DivClassName
{
background-color: #142813;
}
.BgClassName
{
background-color: #142813;
}
</style>
border-color css
<style>
span { border-color: #142813; }
span { border-color: rgb(20,40,19); }
td.TdClassName
{
border-color: #142813;
}
.TagClassName
{
border-color: #142813;
}
</style>