Shades of Myrtle #14380C
Tints of Myrtle #14380C
RGB
CMYK
RGB Variations
Color information
#14380C (or 0x14380C) is known color: Myrtle. HEX triplet: 14, 38 and 0C. RGB value is (20,56,12). Sum of RGB (Red+Green+Blue) = 20+56+12=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #14380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14380C is #EBC7F3. Grayscale: #282828. Windows color (decimal): -15452148 or 800788. OLE color: 800788.
HSL color Cylindrical-coordinate representation of color #14380C: hue angle of 109.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14380C is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 12 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.78 |
| HSL | 109.09º | 0.65% | 0.13% | - |
| HSV(B) | 109.09º | 0.79% | 0.22% | - |
| XYZ | 1.77 | 3 | 0.83 | - |
| YUV | 40.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 12 | 0.64 | 0 | 0.79 | 0.78 | 109.09 | 0.65 | 0.13 |
| Hex | 14 | 38 | C | 40 | 0 | 4F | 4E | 6D | 41 | D |
| Octal | 24 | 70 | 14 | 100 | 0 | 117 | 116 | 155 | 101 | 15 |
| Binary | 10100 | 111000 | 1100 | 1000000 | 0 | 1001111 | 1001110 | 1101101 | 1000001 | 1101 |
Color Harmonies of #14380C
Complementary color
Monochromatic Colors of #14380C
Black with #14380C
Text Example
Text Example
White with #14380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14380C; }
p { color: rgb(20,56,12); }
H1.HeaderClassName
{
color: #14380C;
}
.AnyTagClassName
{
color: #14380C;
}
</style>
background-color css
<style>
a { background-color: #14380C; }
a { background-color: rgb(20,56,12); }
div.DivClassName
{
background-color: #14380C;
}
.BgClassName
{
background-color: #14380C;
}
</style>
border-color css
<style>
span { border-color: #14380C; }
span { border-color: rgb(20,56,12); }
td.TdClassName
{
border-color: #14380C;
}
.TagClassName
{
border-color: #14380C;
}
</style>