Shades of Myrtle #143A0F
Tints of Myrtle #143A0F
RGB
CMYK
RGB Variations
Color information
#143A0F (or 0x143A0F) is known color: Myrtle. HEX triplet: 14, 3A and 0F. RGB value is (20,58,15). Sum of RGB (Red+Green+Blue) = 20+58+15=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #143A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143A0F is #EBC5F0. Grayscale: #292929. Windows color (decimal): -15451633 or 997908. OLE color: 997908.
HSL color Cylindrical-coordinate representation of color #143A0F: hue angle of 113.02º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #143A0F is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 58 | 15 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.77 |
| HSL | 113.02º | 0.59% | 0.14% | - |
| HSV(B) | 113.02º | 0.74% | 0.23% | - |
| XYZ | 1.89 | 3.21 | 0.97 | - |
| YUV | 41.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 15 | 0.66 | 0 | 0.74 | 0.77 | 113.02 | 0.59 | 0.14 |
| Hex | 14 | 3A | F | 42 | 0 | 4A | 4D | 71 | 3B | E |
| Octal | 24 | 72 | 17 | 102 | 0 | 112 | 115 | 161 | 73 | 16 |
| Binary | 10100 | 111010 | 1111 | 1000010 | 0 | 1001010 | 1001101 | 1110001 | 111011 | 1110 |
Color Harmonies of #143A0F
Complementary color
Monochromatic Colors of #143A0F
Black with #143A0F
Text Example
Text Example
White with #143A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A0F; }
p { color: rgb(20,58,15); }
H1.HeaderClassName
{
color: #143A0F;
}
.AnyTagClassName
{
color: #143A0F;
}
</style>
background-color css
<style>
a { background-color: #143A0F; }
a { background-color: rgb(20,58,15); }
div.DivClassName
{
background-color: #143A0F;
}
.BgClassName
{
background-color: #143A0F;
}
</style>
border-color css
<style>
span { border-color: #143A0F; }
span { border-color: rgb(20,58,15); }
td.TdClassName
{
border-color: #143A0F;
}
.TagClassName
{
border-color: #143A0F;
}
</style>