Shades of Myrtle #145B04
Tints of Myrtle #145B04
RGB
CMYK
RGB Variations
Color information
#145B04 (or 0x145B04) is known color: Myrtle. HEX triplet: 14, 5B and 04. RGB value is (20,91,4). Sum of RGB (Red+Green+Blue) = 20+91+4=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #145B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145B04 is #EBA4FB. Grayscale: #3C3C3C. Windows color (decimal): -15443196 or 285460. OLE color: 285460.
HSL color Cylindrical-coordinate representation of color #145B04: hue angle of 108.97º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #145B04 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 4 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.64 |
| HSL | 108.97º | 0.92% | 0.19% | - |
| HSV(B) | 108.97º | 0.96% | 0.36% | - |
| XYZ | 4.05 | 7.64 | 1.38 | - |
| YUV | 59.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 4 | 0.78 | 0 | 0.96 | 0.64 | 108.97 | 0.92 | 0.19 |
| Hex | 14 | 5B | 4 | 4E | 0 | 60 | 40 | 6D | 5C | 13 |
| Octal | 24 | 133 | 4 | 116 | 0 | 140 | 100 | 155 | 134 | 23 |
| Binary | 10100 | 1011011 | 100 | 1001110 | 0 | 1100000 | 1000000 | 1101101 | 1011100 | 10011 |
Color Harmonies of #145B04
Complementary color
Monochromatic Colors of #145B04
Black with #145B04
Text Example
Text Example
White with #145B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B04; }
p { color: rgb(20,91,4); }
H1.HeaderClassName
{
color: #145B04;
}
.AnyTagClassName
{
color: #145B04;
}
</style>
background-color css
<style>
a { background-color: #145B04; }
a { background-color: rgb(20,91,4); }
div.DivClassName
{
background-color: #145B04;
}
.BgClassName
{
background-color: #145B04;
}
</style>
border-color css
<style>
span { border-color: #145B04; }
span { border-color: rgb(20,91,4); }
td.TdClassName
{
border-color: #145B04;
}
.TagClassName
{
border-color: #145B04;
}
</style>