Shades of Myrtle #145D04
Tints of Myrtle #145D04
RGB
CMYK
RGB Variations
Color information
#145D04 (or 0x145D04) is known color: Myrtle. HEX triplet: 14, 5D and 04. RGB value is (20,93,4). Sum of RGB (Red+Green+Blue) = 20+93+4=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 93 (36.72% from 255 or 79.49% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 93 - color contains mainly: green. Hex color #145D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145D04 is #EBA2FB. Grayscale: #3D3D3D. Windows color (decimal): -15442684 or 285972. OLE color: 285972.
HSL color Cylindrical-coordinate representation of color #145D04: hue angle of 109.21º 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 #145D04 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 93 | 4 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.64 |
| HSL | 109.21º | 0.92% | 0.19% | - |
| HSV(B) | 109.21º | 0.96% | 0.36% | - |
| XYZ | 4.22 | 7.99 | 1.43 | - |
| YUV | 61.03 | 95.82 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 4 | 0.78 | 0 | 0.96 | 0.64 | 109.21 | 0.92 | 0.19 |
| Hex | 14 | 5D | 4 | 4E | 0 | 60 | 40 | 6D | 5C | 13 |
| Octal | 24 | 135 | 4 | 116 | 0 | 140 | 100 | 155 | 134 | 23 |
| Binary | 10100 | 1011101 | 100 | 1001110 | 0 | 1100000 | 1000000 | 1101101 | 1011100 | 10011 |
Color Harmonies of #145D04
Complementary color
Monochromatic Colors of #145D04
Black with #145D04
Text Example
Text Example
White with #145D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D04; }
p { color: rgb(20,93,4); }
H1.HeaderClassName
{
color: #145D04;
}
.AnyTagClassName
{
color: #145D04;
}
</style>
background-color css
<style>
a { background-color: #145D04; }
a { background-color: rgb(20,93,4); }
div.DivClassName
{
background-color: #145D04;
}
.BgClassName
{
background-color: #145D04;
}
</style>
border-color css
<style>
span { border-color: #145D04; }
span { border-color: rgb(20,93,4); }
td.TdClassName
{
border-color: #145D04;
}
.TagClassName
{
border-color: #145D04;
}
</style>