Shades of Myrtle #142C11
Tints of Myrtle #142C11
RGB
CMYK
RGB Variations
Color information
#142C11 (or 0x142C11) is known color: Myrtle. HEX triplet: 14, 2C and 11. RGB value is (20,44,17). Sum of RGB (Red+Green+Blue) = 20+44+17=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 44 (17.58% from 255 or 54.32% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 44 - color contains mainly: green. Hex color #142C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C11 is #EBD3EE. Grayscale: #212121. Windows color (decimal): -15455215 or 1125396. OLE color: 1125396.
HSL color Cylindrical-coordinate representation of color #142C11: hue angle of 113.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #142C11 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 17 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.83 |
| HSL | 113.33º | 0.44% | 0.12% | - |
| HSV(B) | 113.33º | 0.61% | 0.17% | - |
| XYZ | 1.29 | 1.99 | 0.85 | - |
| YUV | 33.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 17 | 0.55 | 0 | 0.61 | 0.83 | 113.33 | 0.44 | 0.12 |
| Hex | 14 | 2C | 11 | 37 | 0 | 3D | 53 | 71 | 2C | C |
| Octal | 24 | 54 | 21 | 67 | 0 | 75 | 123 | 161 | 54 | 14 |
| Binary | 10100 | 101100 | 10001 | 110111 | 0 | 111101 | 1010011 | 1110001 | 101100 | 1100 |
Color Harmonies of #142C11
Complementary color
Monochromatic Colors of #142C11
Black with #142C11
Text Example
Text Example
White with #142C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C11; }
p { color: rgb(20,44,17); }
H1.HeaderClassName
{
color: #142C11;
}
.AnyTagClassName
{
color: #142C11;
}
</style>
background-color css
<style>
a { background-color: #142C11; }
a { background-color: rgb(20,44,17); }
div.DivClassName
{
background-color: #142C11;
}
.BgClassName
{
background-color: #142C11;
}
</style>
border-color css
<style>
span { border-color: #142C11; }
span { border-color: rgb(20,44,17); }
td.TdClassName
{
border-color: #142C11;
}
.TagClassName
{
border-color: #142C11;
}
</style>