Shades of Myrtle #14340C
Tints of Myrtle #14340C
RGB
CMYK
RGB Variations
Color information
#14340C (or 0x14340C) is known color: Myrtle. HEX triplet: 14, 34 and 0C. RGB value is (20,52,12). Sum of RGB (Red+Green+Blue) = 20+52+12=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #14340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14340C is #EBCBF3. Grayscale: #262626. Windows color (decimal): -15453172 or 799764. OLE color: 799764.
HSL color Cylindrical-coordinate representation of color #14340C: hue angle of 108º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14340C is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 12 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.80 |
| HSL | 108º | 0.63% | 0.13% | - |
| HSV(B) | 108º | 0.77% | 0.2% | - |
| XYZ | 1.58 | 2.63 | 0.77 | - |
| YUV | 37.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 12 | 0.62 | 0 | 0.77 | 0.80 | 108 | 0.63 | 0.13 |
| Hex | 14 | 34 | C | 3E | 0 | 4D | 50 | 6C | 3E | D |
| Octal | 24 | 64 | 14 | 76 | 0 | 115 | 120 | 154 | 76 | 15 |
| Binary | 10100 | 110100 | 1100 | 111110 | 0 | 1001101 | 1010000 | 1101100 | 111110 | 1101 |
Color Harmonies of #14340C
Complementary color
Monochromatic Colors of #14340C
Black with #14340C
Text Example
Text Example
White with #14340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14340C; }
p { color: rgb(20,52,12); }
H1.HeaderClassName
{
color: #14340C;
}
.AnyTagClassName
{
color: #14340C;
}
</style>
background-color css
<style>
a { background-color: #14340C; }
a { background-color: rgb(20,52,12); }
div.DivClassName
{
background-color: #14340C;
}
.BgClassName
{
background-color: #14340C;
}
</style>
border-color css
<style>
span { border-color: #14340C; }
span { border-color: rgb(20,52,12); }
td.TdClassName
{
border-color: #14340C;
}
.TagClassName
{
border-color: #14340C;
}
</style>