Shades of Myrtle #142D0D
Tints of Myrtle #142D0D
RGB
CMYK
RGB Variations
Color information
#142D0D (or 0x142D0D) is known color: Myrtle. HEX triplet: 14, 2D and 0D. RGB value is (20,45,13). Sum of RGB (Red+Green+Blue) = 20+45+13=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 45 (17.97% from 255 or 57.69% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 45 - color contains mainly: green. Hex color #142D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142D0D is #EBD2F2. Grayscale: #212121. Windows color (decimal): -15454963 or 863508. OLE color: 863508.
HSL color Cylindrical-coordinate representation of color #142D0D: hue angle of 106.88º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142D0D is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 45 | 13 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.82 |
| HSL | 106.88º | 0.55% | 0.11% | - |
| HSV(B) | 106.88º | 0.71% | 0.18% | - |
| XYZ | 1.3 | 2.05 | 0.71 | - |
| YUV | 33.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 13 | 0.56 | 0 | 0.71 | 0.82 | 106.88 | 0.55 | 0.11 |
| Hex | 14 | 2D | D | 38 | 0 | 47 | 52 | 6B | 37 | B |
| Octal | 24 | 55 | 15 | 70 | 0 | 107 | 122 | 153 | 67 | 13 |
| Binary | 10100 | 101101 | 1101 | 111000 | 0 | 1000111 | 1010010 | 1101011 | 110111 | 1011 |
Color Harmonies of #142D0D
Complementary color
Monochromatic Colors of #142D0D
Black with #142D0D
Text Example
Text Example
White with #142D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D0D; }
p { color: rgb(20,45,13); }
H1.HeaderClassName
{
color: #142D0D;
}
.AnyTagClassName
{
color: #142D0D;
}
</style>
background-color css
<style>
a { background-color: #142D0D; }
a { background-color: rgb(20,45,13); }
div.DivClassName
{
background-color: #142D0D;
}
.BgClassName
{
background-color: #142D0D;
}
</style>
border-color css
<style>
span { border-color: #142D0D; }
span { border-color: rgb(20,45,13); }
td.TdClassName
{
border-color: #142D0D;
}
.TagClassName
{
border-color: #142D0D;
}
</style>