Shades of Myrtle #143414
Tints of Myrtle #143414
RGB
CMYK
RGB Variations
Color information
#143414 (or 0x143414) is known color: Myrtle. HEX triplet: 14, 34 and 14. RGB value is (20,52,20). Sum of RGB (Red+Green+Blue) = 20+52+20=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #143414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143414 is #EBCBEB. Grayscale: #262626. Windows color (decimal): -15453164 or 1324052. OLE color: 1324052.
HSL color Cylindrical-coordinate representation of color #143414: hue angle of 120º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143414 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 20 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.80 |
| HSL | 120º | 0.44% | 0.14% | - |
| HSV(B) | 120º | 0.62% | 0.2% | - |
| XYZ | 1.64 | 2.66 | 1.09 | - |
| YUV | 38.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 20 | 0.62 | 0 | 0.62 | 0.80 | 120 | 0.44 | 0.14 |
| Hex | 14 | 34 | 14 | 3E | 0 | 3E | 50 | 78 | 2C | E |
| Octal | 24 | 64 | 24 | 76 | 0 | 76 | 120 | 170 | 54 | 16 |
| Binary | 10100 | 110100 | 10100 | 111110 | 0 | 111110 | 1010000 | 1111000 | 101100 | 1110 |
Color Harmonies of #143414
Complementary color
Monochromatic Colors of #143414
Black with #143414
Text Example
Text Example
White with #143414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143414; }
p { color: rgb(20,52,20); }
H1.HeaderClassName
{
color: #143414;
}
.AnyTagClassName
{
color: #143414;
}
</style>
background-color css
<style>
a { background-color: #143414; }
a { background-color: rgb(20,52,20); }
div.DivClassName
{
background-color: #143414;
}
.BgClassName
{
background-color: #143414;
}
</style>
border-color css
<style>
span { border-color: #143414; }
span { border-color: rgb(20,52,20); }
td.TdClassName
{
border-color: #143414;
}
.TagClassName
{
border-color: #143414;
}
</style>