Shades of Myrtle #143112
Tints of Myrtle #143112
RGB
CMYK
RGB Variations
Color information
#143112 (or 0x143112) is known color: Myrtle. HEX triplet: 14, 31 and 12. RGB value is (20,49,18). Sum of RGB (Red+Green+Blue) = 20+49+18=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #143112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143112 is #EBCEED. Grayscale: #242424. Windows color (decimal): -15453934 or 1192212. OLE color: 1192212.
HSL color Cylindrical-coordinate representation of color #143112: hue angle of 116.13º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143112 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 49 | 18 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.81 |
| HSL | 116.13º | 0.46% | 0.13% | - |
| HSV(B) | 116.13º | 0.63% | 0.19% | - |
| XYZ | 1.5 | 2.39 | 0.95 | - |
| YUV | 36.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 18 | 0.59 | 0 | 0.63 | 0.81 | 116.13 | 0.46 | 0.13 |
| Hex | 14 | 31 | 12 | 3B | 0 | 3F | 51 | 74 | 2E | D |
| Octal | 24 | 61 | 22 | 73 | 0 | 77 | 121 | 164 | 56 | 15 |
| Binary | 10100 | 110001 | 10010 | 111011 | 0 | 111111 | 1010001 | 1110100 | 101110 | 1101 |
Color Harmonies of #143112
Complementary color
Monochromatic Colors of #143112
Black with #143112
Text Example
Text Example
White with #143112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143112; }
p { color: rgb(20,49,18); }
H1.HeaderClassName
{
color: #143112;
}
.AnyTagClassName
{
color: #143112;
}
</style>
background-color css
<style>
a { background-color: #143112; }
a { background-color: rgb(20,49,18); }
div.DivClassName
{
background-color: #143112;
}
.BgClassName
{
background-color: #143112;
}
</style>
border-color css
<style>
span { border-color: #143112; }
span { border-color: rgb(20,49,18); }
td.TdClassName
{
border-color: #143112;
}
.TagClassName
{
border-color: #143112;
}
</style>