Shades of Myrtle #141C12
Tints of Myrtle #141C12
RGB
CMYK
RGB Variations
Color information
#141C12 (or 0x141C12) is known color: Myrtle. HEX triplet: 14, 1C and 12. RGB value is (20,28,18). Sum of RGB (Red+Green+Blue) = 20+28+18=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #141C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C12 is #EBE3ED. Grayscale: #181818. Windows color (decimal): -15459310 or 1186836. OLE color: 1186836.
HSL color Cylindrical-coordinate representation of color #141C12: hue angle of 108º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #141C12 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 28 | 18 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.89 |
| HSL | 108º | 0.22% | 0.09% | - |
| HSV(B) | 108º | 0.36% | 0.11% | - |
| XYZ | 0.81 | 1.02 | 0.73 | - |
| YUV | 24.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 18 | 0.29 | 0 | 0.36 | 0.89 | 108 | 0.22 | 0.09 |
| Hex | 14 | 1C | 12 | 1D | 0 | 24 | 59 | 6C | 16 | 9 |
| Octal | 24 | 34 | 22 | 35 | 0 | 44 | 131 | 154 | 26 | 11 |
| Binary | 10100 | 11100 | 10010 | 11101 | 0 | 100100 | 1011001 | 1101100 | 10110 | 1001 |
Color Harmonies of #141C12
Complementary color
Monochromatic Colors of #141C12
Black with #141C12
Text Example
Text Example
White with #141C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C12; }
p { color: rgb(20,28,18); }
H1.HeaderClassName
{
color: #141C12;
}
.AnyTagClassName
{
color: #141C12;
}
</style>
background-color css
<style>
a { background-color: #141C12; }
a { background-color: rgb(20,28,18); }
div.DivClassName
{
background-color: #141C12;
}
.BgClassName
{
background-color: #141C12;
}
</style>
border-color css
<style>
span { border-color: #141C12; }
span { border-color: rgb(20,28,18); }
td.TdClassName
{
border-color: #141C12;
}
.TagClassName
{
border-color: #141C12;
}
</style>