Shades of Myrtle #142914
Tints of Myrtle #142914
RGB
CMYK
RGB Variations
Color information
#142914 (or 0x142914) is known color: Myrtle. HEX triplet: 14, 29 and 14. RGB value is (20,41,20). Sum of RGB (Red+Green+Blue) = 20+41+20=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #142914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142914 is #EBD6EB. Grayscale: #202020. Windows color (decimal): -15455980 or 1321236. OLE color: 1321236.
HSL color Cylindrical-coordinate representation of color #142914: hue angle of 120º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142914 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 41 | 20 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.84 |
| HSL | 120º | 0.34% | 0.12% | - |
| HSV(B) | 120º | 0.51% | 0.16% | - |
| XYZ | 1.21 | 1.79 | 0.94 | - |
| YUV | 32.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 20 | 0.51 | 0 | 0.51 | 0.84 | 120 | 0.34 | 0.12 |
| Hex | 14 | 29 | 14 | 33 | 0 | 33 | 54 | 78 | 22 | C |
| Octal | 24 | 51 | 24 | 63 | 0 | 63 | 124 | 170 | 42 | 14 |
| Binary | 10100 | 101001 | 10100 | 110011 | 0 | 110011 | 1010100 | 1111000 | 100010 | 1100 |
Color Harmonies of #142914
Complementary color
Monochromatic Colors of #142914
Black with #142914
Text Example
Text Example
White with #142914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142914; }
p { color: rgb(20,41,20); }
H1.HeaderClassName
{
color: #142914;
}
.AnyTagClassName
{
color: #142914;
}
</style>
background-color css
<style>
a { background-color: #142914; }
a { background-color: rgb(20,41,20); }
div.DivClassName
{
background-color: #142914;
}
.BgClassName
{
background-color: #142914;
}
</style>
border-color css
<style>
span { border-color: #142914; }
span { border-color: rgb(20,41,20); }
td.TdClassName
{
border-color: #142914;
}
.TagClassName
{
border-color: #142914;
}
</style>