Shades of Myrtle #143B0A
Tints of Myrtle #143B0A
RGB
CMYK
RGB Variations
Color information
#143B0A (or 0x143B0A) is known color: Myrtle. HEX triplet: 14, 3B and 0A. RGB value is (20,59,10). Sum of RGB (Red+Green+Blue) = 20+59+10=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #143B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143B0A is #EBC4F5. Grayscale: #292929. Windows color (decimal): -15451382 or 670484. OLE color: 670484.
HSL color Cylindrical-coordinate representation of color #143B0A: hue angle of 107.76º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143B0A is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 10 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.77 |
| HSL | 107.76º | 0.71% | 0.14% | - |
| HSV(B) | 107.76º | 0.83% | 0.23% | - |
| XYZ | 1.91 | 3.3 | 0.82 | - |
| YUV | 41.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 10 | 0.66 | 0 | 0.83 | 0.77 | 107.76 | 0.71 | 0.14 |
| Hex | 14 | 3B | A | 42 | 0 | 53 | 4D | 6C | 47 | E |
| Octal | 24 | 73 | 12 | 102 | 0 | 123 | 115 | 154 | 107 | 16 |
| Binary | 10100 | 111011 | 1010 | 1000010 | 0 | 1010011 | 1001101 | 1101100 | 1000111 | 1110 |
Color Harmonies of #143B0A
Complementary color
Monochromatic Colors of #143B0A
Black with #143B0A
Text Example
Text Example
White with #143B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B0A; }
p { color: rgb(20,59,10); }
H1.HeaderClassName
{
color: #143B0A;
}
.AnyTagClassName
{
color: #143B0A;
}
</style>
background-color css
<style>
a { background-color: #143B0A; }
a { background-color: rgb(20,59,10); }
div.DivClassName
{
background-color: #143B0A;
}
.BgClassName
{
background-color: #143B0A;
}
</style>
border-color css
<style>
span { border-color: #143B0A; }
span { border-color: rgb(20,59,10); }
td.TdClassName
{
border-color: #143B0A;
}
.TagClassName
{
border-color: #143B0A;
}
</style>