Shades of Myrtle #143910
Tints of Myrtle #143910
RGB
CMYK
RGB Variations
Color information
#143910 (or 0x143910) is known color: Myrtle. HEX triplet: 14, 39 and 10. RGB value is (20,57,16). Sum of RGB (Red+Green+Blue) = 20+57+16=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 57 (22.66% from 255 or 61.29% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 57 - color contains mainly: green. Hex color #143910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143910 is #EBC6EF. Grayscale: #292929. Windows color (decimal): -15451888 or 1063188. OLE color: 1063188.
HSL color Cylindrical-coordinate representation of color #143910: hue angle of 114.15º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143910 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 57 | 16 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.78 |
| HSL | 114.15º | 0.56% | 0.14% | - |
| HSV(B) | 114.15º | 0.72% | 0.22% | - |
| XYZ | 1.85 | 3.11 | 0.99 | - |
| YUV | 41.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 16 | 0.65 | 0 | 0.72 | 0.78 | 114.15 | 0.56 | 0.14 |
| Hex | 14 | 39 | 10 | 41 | 0 | 48 | 4E | 72 | 38 | E |
| Octal | 24 | 71 | 20 | 101 | 0 | 110 | 116 | 162 | 70 | 16 |
| Binary | 10100 | 111001 | 10000 | 1000001 | 0 | 1001000 | 1001110 | 1110010 | 111000 | 1110 |
Color Harmonies of #143910
Complementary color
Monochromatic Colors of #143910
Black with #143910
Text Example
Text Example
White with #143910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143910; }
p { color: rgb(20,57,16); }
H1.HeaderClassName
{
color: #143910;
}
.AnyTagClassName
{
color: #143910;
}
</style>
background-color css
<style>
a { background-color: #143910; }
a { background-color: rgb(20,57,16); }
div.DivClassName
{
background-color: #143910;
}
.BgClassName
{
background-color: #143910;
}
</style>
border-color css
<style>
span { border-color: #143910; }
span { border-color: rgb(20,57,16); }
td.TdClassName
{
border-color: #143910;
}
.TagClassName
{
border-color: #143910;
}
</style>