Shades of Myrtle #143B0C
Tints of Myrtle #143B0C
RGB
CMYK
RGB Variations
Color information
#143B0C (or 0x143B0C) is known color: Myrtle. HEX triplet: 14, 3B and 0C. RGB value is (20,59,12). Sum of RGB (Red+Green+Blue) = 20+59+12=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 59 (23.44% from 255 or 64.84% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 59 - color contains mainly: green. Hex color #143B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143B0C is #EBC4F3. Grayscale: #2A2A2A. Windows color (decimal): -15451380 or 801556. OLE color: 801556.
HSL color Cylindrical-coordinate representation of color #143B0C: hue angle of 109.79º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143B0C is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 12 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.77 |
| HSL | 109.79º | 0.66% | 0.14% | - |
| HSV(B) | 109.79º | 0.8% | 0.23% | - |
| XYZ | 1.92 | 3.3 | 0.88 | - |
| YUV | 41.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 12 | 0.66 | 0 | 0.80 | 0.77 | 109.79 | 0.66 | 0.14 |
| Hex | 14 | 3B | C | 42 | 0 | 50 | 4D | 6E | 42 | E |
| Octal | 24 | 73 | 14 | 102 | 0 | 120 | 115 | 156 | 102 | 16 |
| Binary | 10100 | 111011 | 1100 | 1000010 | 0 | 1010000 | 1001101 | 1101110 | 1000010 | 1110 |
Color Harmonies of #143B0C
Complementary color
Monochromatic Colors of #143B0C
Black with #143B0C
Text Example
Text Example
White with #143B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B0C; }
p { color: rgb(20,59,12); }
H1.HeaderClassName
{
color: #143B0C;
}
.AnyTagClassName
{
color: #143B0C;
}
</style>
background-color css
<style>
a { background-color: #143B0C; }
a { background-color: rgb(20,59,12); }
div.DivClassName
{
background-color: #143B0C;
}
.BgClassName
{
background-color: #143B0C;
}
</style>
border-color css
<style>
span { border-color: #143B0C; }
span { border-color: rgb(20,59,12); }
td.TdClassName
{
border-color: #143B0C;
}
.TagClassName
{
border-color: #143B0C;
}
</style>