Shades of Myrtle #143B0B
Tints of Myrtle #143B0B
RGB
CMYK
RGB Variations
Color information
#143B0B (or 0x143B0B) is known color: Myrtle. HEX triplet: 14, 3B and 0B. RGB value is (20,59,11). Sum of RGB (Red+Green+Blue) = 20+59+11=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 59 (23.44% from 255 or 65.56% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 59 - color contains mainly: green. Hex color #143B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143B0B is #EBC4F4. Grayscale: #2A2A2A. Windows color (decimal): -15451381 or 736020. OLE color: 736020.
HSL color Cylindrical-coordinate representation of color #143B0B: hue angle of 108.75º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143B0B is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 11 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.77 |
| HSL | 108.75º | 0.69% | 0.14% | - |
| HSV(B) | 108.75º | 0.81% | 0.23% | - |
| XYZ | 1.91 | 3.3 | 0.85 | - |
| YUV | 41.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 11 | 0.66 | 0 | 0.81 | 0.77 | 108.75 | 0.69 | 0.14 |
| Hex | 14 | 3B | B | 42 | 0 | 51 | 4D | 6D | 45 | E |
| Octal | 24 | 73 | 13 | 102 | 0 | 121 | 115 | 155 | 105 | 16 |
| Binary | 10100 | 111011 | 1011 | 1000010 | 0 | 1010001 | 1001101 | 1101101 | 1000101 | 1110 |
Color Harmonies of #143B0B
Complementary color
Monochromatic Colors of #143B0B
Black with #143B0B
Text Example
Text Example
White with #143B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B0B; }
p { color: rgb(20,59,11); }
H1.HeaderClassName
{
color: #143B0B;
}
.AnyTagClassName
{
color: #143B0B;
}
</style>
background-color css
<style>
a { background-color: #143B0B; }
a { background-color: rgb(20,59,11); }
div.DivClassName
{
background-color: #143B0B;
}
.BgClassName
{
background-color: #143B0B;
}
</style>
border-color css
<style>
span { border-color: #143B0B; }
span { border-color: rgb(20,59,11); }
td.TdClassName
{
border-color: #143B0B;
}
.TagClassName
{
border-color: #143B0B;
}
</style>