Shades of Myrtle #145413
Tints of Myrtle #145413
RGB
CMYK
RGB Variations
Color information
#145413 (or 0x145413) is known color: Myrtle. HEX triplet: 14, 54 and 13. RGB value is (20,84,19). Sum of RGB (Red+Green+Blue) = 20+84+19=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #145413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145413 is #EBABEC. Grayscale: #393939. Windows color (decimal): -15444973 or 1266708. OLE color: 1266708.
HSL color Cylindrical-coordinate representation of color #145413: hue angle of 119.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145413 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 19 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.67 |
| HSL | 119.08º | 0.63% | 0.2% | - |
| HSV(B) | 119.08º | 0.77% | 0.33% | - |
| XYZ | 3.58 | 6.54 | 1.69 | - |
| YUV | 57.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 19 | 0.76 | 0 | 0.77 | 0.67 | 119.08 | 0.63 | 0.2 |
| Hex | 14 | 54 | 13 | 4C | 0 | 4D | 43 | 77 | 3F | 14 |
| Octal | 24 | 124 | 23 | 114 | 0 | 115 | 103 | 167 | 77 | 24 |
| Binary | 10100 | 1010100 | 10011 | 1001100 | 0 | 1001101 | 1000011 | 1110111 | 111111 | 10100 |
Color Harmonies of #145413
Complementary color
Monochromatic Colors of #145413
Black with #145413
Text Example
Text Example
White with #145413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145413; }
p { color: rgb(20,84,19); }
H1.HeaderClassName
{
color: #145413;
}
.AnyTagClassName
{
color: #145413;
}
</style>
background-color css
<style>
a { background-color: #145413; }
a { background-color: rgb(20,84,19); }
div.DivClassName
{
background-color: #145413;
}
.BgClassName
{
background-color: #145413;
}
</style>
border-color css
<style>
span { border-color: #145413; }
span { border-color: rgb(20,84,19); }
td.TdClassName
{
border-color: #145413;
}
.TagClassName
{
border-color: #145413;
}
</style>