Shades of Myrtle #145311
Tints of Myrtle #145311
RGB
CMYK
RGB Variations
Color information
#145311 (or 0x145311) is known color: Myrtle. HEX triplet: 14, 53 and 11. RGB value is (20,83,17). Sum of RGB (Red+Green+Blue) = 20+83+17=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #145311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145311 is #EBACEE. Grayscale: #383838. Windows color (decimal): -15445231 or 1135380. OLE color: 1135380.
HSL color Cylindrical-coordinate representation of color #145311: hue angle of 117.27º 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 #145311 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 17 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.67 |
| HSL | 117.27º | 0.66% | 0.2% | - |
| HSV(B) | 117.27º | 0.8% | 0.33% | - |
| XYZ | 3.48 | 6.38 | 1.58 | - |
| YUV | 56.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 17 | 0.76 | 0 | 0.80 | 0.67 | 117.27 | 0.66 | 0.2 |
| Hex | 14 | 53 | 11 | 4C | 0 | 50 | 43 | 75 | 42 | 14 |
| Octal | 24 | 123 | 21 | 114 | 0 | 120 | 103 | 165 | 102 | 24 |
| Binary | 10100 | 1010011 | 10001 | 1001100 | 0 | 1010000 | 1000011 | 1110101 | 1000010 | 10100 |
Color Harmonies of #145311
Complementary color
Monochromatic Colors of #145311
Black with #145311
Text Example
Text Example
White with #145311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145311; }
p { color: rgb(20,83,17); }
H1.HeaderClassName
{
color: #145311;
}
.AnyTagClassName
{
color: #145311;
}
</style>
background-color css
<style>
a { background-color: #145311; }
a { background-color: rgb(20,83,17); }
div.DivClassName
{
background-color: #145311;
}
.BgClassName
{
background-color: #145311;
}
</style>
border-color css
<style>
span { border-color: #145311; }
span { border-color: rgb(20,83,17); }
td.TdClassName
{
border-color: #145311;
}
.TagClassName
{
border-color: #145311;
}
</style>