Shades of Myrtle #145808
Tints of Myrtle #145808
RGB
CMYK
RGB Variations
Color information
#145808 (or 0x145808) is known color: Myrtle. HEX triplet: 14, 58 and 08. RGB value is (20,88,8). Sum of RGB (Red+Green+Blue) = 20+88+8=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #145808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145808 is #EBA7F7. Grayscale: #3A3A3A. Windows color (decimal): -15443960 or 546836. OLE color: 546836.
HSL color Cylindrical-coordinate representation of color #145808: hue angle of 111º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145808 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 8 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.65 |
| HSL | 111º | 0.83% | 0.19% | - |
| HSV(B) | 111º | 0.91% | 0.35% | - |
| XYZ | 3.82 | 7.15 | 1.41 | - |
| YUV | 58.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 8 | 0.77 | 0 | 0.91 | 0.65 | 111 | 0.83 | 0.19 |
| Hex | 14 | 58 | 8 | 4D | 0 | 5B | 41 | 6F | 53 | 13 |
| Octal | 24 | 130 | 10 | 115 | 0 | 133 | 101 | 157 | 123 | 23 |
| Binary | 10100 | 1011000 | 1000 | 1001101 | 0 | 1011011 | 1000001 | 1101111 | 1010011 | 10011 |
Color Harmonies of #145808
Complementary color
Monochromatic Colors of #145808
Black with #145808
Text Example
Text Example
White with #145808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145808; }
p { color: rgb(20,88,8); }
H1.HeaderClassName
{
color: #145808;
}
.AnyTagClassName
{
color: #145808;
}
</style>
background-color css
<style>
a { background-color: #145808; }
a { background-color: rgb(20,88,8); }
div.DivClassName
{
background-color: #145808;
}
.BgClassName
{
background-color: #145808;
}
</style>
border-color css
<style>
span { border-color: #145808; }
span { border-color: rgb(20,88,8); }
td.TdClassName
{
border-color: #145808;
}
.TagClassName
{
border-color: #145808;
}
</style>