Shades of Myrtle #145B03
Tints of Myrtle #145B03
RGB
CMYK
RGB Variations
Color information
#145B03 (or 0x145B03) is known color: Myrtle. HEX triplet: 14, 5B and 03. RGB value is (20,91,3). Sum of RGB (Red+Green+Blue) = 20+91+3=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 91 (35.94% from 255 or 79.82% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 91 - color contains mainly: green. Hex color #145B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145B03 is #EBA4FC. Grayscale: #3C3C3C. Windows color (decimal): -15443197 or 219924. OLE color: 219924.
HSL color Cylindrical-coordinate representation of color #145B03: hue angle of 108.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #145B03 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 3 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.64 |
| HSL | 108.41º | 0.94% | 0.18% | - |
| HSV(B) | 108.41º | 0.97% | 0.36% | - |
| XYZ | 4.05 | 7.64 | 1.35 | - |
| YUV | 59.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 3 | 0.78 | 0 | 0.97 | 0.64 | 108.41 | 0.94 | 0.18 |
| Hex | 14 | 5B | 3 | 4E | 0 | 61 | 40 | 6C | 5E | 12 |
| Octal | 24 | 133 | 3 | 116 | 0 | 141 | 100 | 154 | 136 | 22 |
| Binary | 10100 | 1011011 | 11 | 1001110 | 0 | 1100001 | 1000000 | 1101100 | 1011110 | 10010 |
Color Harmonies of #145B03
Complementary color
Monochromatic Colors of #145B03
Black with #145B03
Text Example
Text Example
White with #145B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B03; }
p { color: rgb(20,91,3); }
H1.HeaderClassName
{
color: #145B03;
}
.AnyTagClassName
{
color: #145B03;
}
</style>
background-color css
<style>
a { background-color: #145B03; }
a { background-color: rgb(20,91,3); }
div.DivClassName
{
background-color: #145B03;
}
.BgClassName
{
background-color: #145B03;
}
</style>
border-color css
<style>
span { border-color: #145B03; }
span { border-color: rgb(20,91,3); }
td.TdClassName
{
border-color: #145B03;
}
.TagClassName
{
border-color: #145B03;
}
</style>