Shades of Myrtle #145A05
Tints of Myrtle #145A05
RGB
CMYK
RGB Variations
Color information
#145A05 (or 0x145A05) is known color: Myrtle. HEX triplet: 14, 5A and 05. RGB value is (20,90,5). Sum of RGB (Red+Green+Blue) = 20+90+5=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #145A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145A05 is #EBA5FA. Grayscale: #3B3B3B. Windows color (decimal): -15443451 or 350740. OLE color: 350740.
HSL color Cylindrical-coordinate representation of color #145A05: hue angle of 109.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #145A05 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 90 | 5 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.65 |
| HSL | 109.41º | 0.89% | 0.19% | - |
| HSV(B) | 109.41º | 0.94% | 0.35% | - |
| XYZ | 3.97 | 7.47 | 1.38 | - |
| YUV | 59.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 5 | 0.78 | 0 | 0.94 | 0.65 | 109.41 | 0.89 | 0.19 |
| Hex | 14 | 5A | 5 | 4E | 0 | 5E | 41 | 6D | 59 | 13 |
| Octal | 24 | 132 | 5 | 116 | 0 | 136 | 101 | 155 | 131 | 23 |
| Binary | 10100 | 1011010 | 101 | 1001110 | 0 | 1011110 | 1000001 | 1101101 | 1011001 | 10011 |
Color Harmonies of #145A05
Complementary color
Monochromatic Colors of #145A05
Black with #145A05
Text Example
Text Example
White with #145A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A05; }
p { color: rgb(20,90,5); }
H1.HeaderClassName
{
color: #145A05;
}
.AnyTagClassName
{
color: #145A05;
}
</style>
background-color css
<style>
a { background-color: #145A05; }
a { background-color: rgb(20,90,5); }
div.DivClassName
{
background-color: #145A05;
}
.BgClassName
{
background-color: #145A05;
}
</style>
border-color css
<style>
span { border-color: #145A05; }
span { border-color: rgb(20,90,5); }
td.TdClassName
{
border-color: #145A05;
}
.TagClassName
{
border-color: #145A05;
}
</style>