Shades of Myrtle #145411
Tints of Myrtle #145411
RGB
CMYK
RGB Variations
Color information
#145411 (or 0x145411) is known color: Myrtle. HEX triplet: 14, 54 and 11. RGB value is (20,84,17). Sum of RGB (Red+Green+Blue) = 20+84+17=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #145411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145411 is #EBABEE. Grayscale: #393939. Windows color (decimal): -15444975 or 1135636. OLE color: 1135636.
HSL color Cylindrical-coordinate representation of color #145411: hue angle of 117.31º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145411 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 17 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.67 |
| HSL | 117.31º | 0.66% | 0.2% | - |
| HSV(B) | 117.31º | 0.8% | 0.33% | - |
| XYZ | 3.56 | 6.53 | 1.6 | - |
| YUV | 57.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 17 | 0.76 | 0 | 0.80 | 0.67 | 117.31 | 0.66 | 0.2 |
| Hex | 14 | 54 | 11 | 4C | 0 | 50 | 43 | 75 | 42 | 14 |
| Octal | 24 | 124 | 21 | 114 | 0 | 120 | 103 | 165 | 102 | 24 |
| Binary | 10100 | 1010100 | 10001 | 1001100 | 0 | 1010000 | 1000011 | 1110101 | 1000010 | 10100 |
Color Harmonies of #145411
Complementary color
Monochromatic Colors of #145411
Black with #145411
Text Example
Text Example
White with #145411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145411; }
p { color: rgb(20,84,17); }
H1.HeaderClassName
{
color: #145411;
}
.AnyTagClassName
{
color: #145411;
}
</style>
background-color css
<style>
a { background-color: #145411; }
a { background-color: rgb(20,84,17); }
div.DivClassName
{
background-color: #145411;
}
.BgClassName
{
background-color: #145411;
}
</style>
border-color css
<style>
span { border-color: #145411; }
span { border-color: rgb(20,84,17); }
td.TdClassName
{
border-color: #145411;
}
.TagClassName
{
border-color: #145411;
}
</style>