Shades of Myrtle #142C0B
Tints of Myrtle #142C0B
RGB
CMYK
RGB Variations
Color information
#142C0B (or 0x142C0B) is known color: Myrtle. HEX triplet: 14, 2C and 0B. RGB value is (20,44,11). Sum of RGB (Red+Green+Blue) = 20+44+11=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #142C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C0B is #EBD3F4. Grayscale: #212121. Windows color (decimal): -15455221 or 732180. OLE color: 732180.
HSL color Cylindrical-coordinate representation of color #142C0B: hue angle of 103.64º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142C0B is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 11 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.83 |
| HSL | 103.64º | 0.6% | 0.11% | - |
| HSV(B) | 103.64º | 0.75% | 0.17% | - |
| XYZ | 1.25 | 1.97 | 0.63 | - |
| YUV | 33.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 11 | 0.55 | 0 | 0.75 | 0.83 | 103.64 | 0.6 | 0.11 |
| Hex | 14 | 2C | B | 37 | 0 | 4B | 53 | 68 | 3C | B |
| Octal | 24 | 54 | 13 | 67 | 0 | 113 | 123 | 150 | 74 | 13 |
| Binary | 10100 | 101100 | 1011 | 110111 | 0 | 1001011 | 1010011 | 1101000 | 111100 | 1011 |
Color Harmonies of #142C0B
Complementary color
Monochromatic Colors of #142C0B
Black with #142C0B
Text Example
Text Example
White with #142C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C0B; }
p { color: rgb(20,44,11); }
H1.HeaderClassName
{
color: #142C0B;
}
.AnyTagClassName
{
color: #142C0B;
}
</style>
background-color css
<style>
a { background-color: #142C0B; }
a { background-color: rgb(20,44,11); }
div.DivClassName
{
background-color: #142C0B;
}
.BgClassName
{
background-color: #142C0B;
}
</style>
border-color css
<style>
span { border-color: #142C0B; }
span { border-color: rgb(20,44,11); }
td.TdClassName
{
border-color: #142C0B;
}
.TagClassName
{
border-color: #142C0B;
}
</style>