Shades of Myrtle #145B11
Tints of Myrtle #145B11
RGB
CMYK
RGB Variations
Color information
#145B11 (or 0x145B11) is known color: Myrtle. HEX triplet: 14, 5B and 11. RGB value is (20,91,17). Sum of RGB (Red+Green+Blue) = 20+91+17=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #145B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145B11 is #EBA4EE. Grayscale: #3D3D3D. Windows color (decimal): -15443183 or 1137428. OLE color: 1137428.
HSL color Cylindrical-coordinate representation of color #145B11: hue angle of 117.57º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145B11 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 17 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.64 |
| HSL | 117.57º | 0.69% | 0.21% | - |
| HSV(B) | 117.57º | 0.81% | 0.36% | - |
| XYZ | 4.13 | 7.67 | 1.79 | - |
| YUV | 61.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 17 | 0.78 | 0 | 0.81 | 0.64 | 117.57 | 0.69 | 0.21 |
| Hex | 14 | 5B | 11 | 4E | 0 | 51 | 40 | 76 | 45 | 15 |
| Octal | 24 | 133 | 21 | 116 | 0 | 121 | 100 | 166 | 105 | 25 |
| Binary | 10100 | 1011011 | 10001 | 1001110 | 0 | 1010001 | 1000000 | 1110110 | 1000101 | 10101 |
Color Harmonies of #145B11
Complementary color
Monochromatic Colors of #145B11
Black with #145B11
Text Example
Text Example
White with #145B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B11; }
p { color: rgb(20,91,17); }
H1.HeaderClassName
{
color: #145B11;
}
.AnyTagClassName
{
color: #145B11;
}
</style>
background-color css
<style>
a { background-color: #145B11; }
a { background-color: rgb(20,91,17); }
div.DivClassName
{
background-color: #145B11;
}
.BgClassName
{
background-color: #145B11;
}
</style>
border-color css
<style>
span { border-color: #145B11; }
span { border-color: rgb(20,91,17); }
td.TdClassName
{
border-color: #145B11;
}
.TagClassName
{
border-color: #145B11;
}
</style>