Shades of Myrtle #145412
Tints of Myrtle #145412
RGB
CMYK
RGB Variations
Color information
#145412 (or 0x145412) is known color: Myrtle. HEX triplet: 14, 54 and 12. RGB value is (20,84,18). Sum of RGB (Red+Green+Blue) = 20+84+18=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #145412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145412 is #EBABED. Grayscale: #393939. Windows color (decimal): -15444974 or 1201172. OLE color: 1201172.
HSL color Cylindrical-coordinate representation of color #145412: hue angle of 118.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145412 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 18 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.67 |
| HSL | 118.18º | 0.65% | 0.2% | - |
| HSV(B) | 118.18º | 0.79% | 0.33% | - |
| XYZ | 3.57 | 6.53 | 1.65 | - |
| YUV | 57.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 18 | 0.76 | 0 | 0.79 | 0.67 | 118.18 | 0.65 | 0.2 |
| Hex | 14 | 54 | 12 | 4C | 0 | 4F | 43 | 76 | 41 | 14 |
| Octal | 24 | 124 | 22 | 114 | 0 | 117 | 103 | 166 | 101 | 24 |
| Binary | 10100 | 1010100 | 10010 | 1001100 | 0 | 1001111 | 1000011 | 1110110 | 1000001 | 10100 |
Color Harmonies of #145412
Complementary color
Monochromatic Colors of #145412
Black with #145412
Text Example
Text Example
White with #145412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145412; }
p { color: rgb(20,84,18); }
H1.HeaderClassName
{
color: #145412;
}
.AnyTagClassName
{
color: #145412;
}
</style>
background-color css
<style>
a { background-color: #145412; }
a { background-color: rgb(20,84,18); }
div.DivClassName
{
background-color: #145412;
}
.BgClassName
{
background-color: #145412;
}
</style>
border-color css
<style>
span { border-color: #145412; }
span { border-color: rgb(20,84,18); }
td.TdClassName
{
border-color: #145412;
}
.TagClassName
{
border-color: #145412;
}
</style>