Shades of Myrtle #145405
Tints of Myrtle #145405
RGB
CMYK
RGB Variations
Color information
#145405 (or 0x145405) is known color: Myrtle. HEX triplet: 14, 54 and 05. RGB value is (20,84,5). Sum of RGB (Red+Green+Blue) = 20+84+5=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #145405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145405 is #EBABFA. Grayscale: #383838. Windows color (decimal): -15444987 or 349204. OLE color: 349204.
HSL color Cylindrical-coordinate representation of color #145405: hue angle of 108.61º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #145405 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 5 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.67 |
| HSL | 108.61º | 0.89% | 0.17% | - |
| HSV(B) | 108.61º | 0.94% | 0.33% | - |
| XYZ | 3.49 | 6.5 | 1.21 | - |
| YUV | 55.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 5 | 0.76 | 0 | 0.94 | 0.67 | 108.61 | 0.89 | 0.17 |
| Hex | 14 | 54 | 5 | 4C | 0 | 5E | 43 | 6D | 59 | 11 |
| Octal | 24 | 124 | 5 | 114 | 0 | 136 | 103 | 155 | 131 | 21 |
| Binary | 10100 | 1010100 | 101 | 1001100 | 0 | 1011110 | 1000011 | 1101101 | 1011001 | 10001 |
Color Harmonies of #145405
Complementary color
Monochromatic Colors of #145405
Black with #145405
Text Example
Text Example
White with #145405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145405; }
p { color: rgb(20,84,5); }
H1.HeaderClassName
{
color: #145405;
}
.AnyTagClassName
{
color: #145405;
}
</style>
background-color css
<style>
a { background-color: #145405; }
a { background-color: rgb(20,84,5); }
div.DivClassName
{
background-color: #145405;
}
.BgClassName
{
background-color: #145405;
}
</style>
border-color css
<style>
span { border-color: #145405; }
span { border-color: rgb(20,84,5); }
td.TdClassName
{
border-color: #145405;
}
.TagClassName
{
border-color: #145405;
}
</style>