Shades of Myrtle #145800
Tints of Myrtle #145800
RGB
CMYK
RGB Variations
Color information
#145800 (or 0x145800) is known color: Myrtle. HEX triplet: 14, 58 and 00. RGB value is (20,88,0). Sum of RGB (Red+Green+Blue) = 20+88+0=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #145800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145800 is #EBA7FF. Grayscale: #393939. Windows color (decimal): -15443968 or 22548. OLE color: 22548.
HSL color Cylindrical-coordinate representation of color #145800: hue angle of 106.36º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #145800 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.65 |
| HSL | 106.36º | 1% | 0.17% | - |
| HSV(B) | 106.36º | 1% | 0.35% | - |
| XYZ | 3.78 | 7.13 | 1.18 | - |
| YUV | 57.64 | 95.47 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 0 | 0.77 | 0 | 1 | 0.65 | 106.36 | 1 | 0.17 |
| Hex | 14 | 58 | 0 | 4D | 0 | 64 | 41 | 6A | 64 | 11 |
| Octal | 24 | 130 | 0 | 115 | 0 | 144 | 101 | 152 | 144 | 21 |
| Binary | 10100 | 1011000 | 0 | 1001101 | 0 | 1100100 | 1000001 | 1101010 | 1100100 | 10001 |
Color Harmonies of #145800
Complementary color
Monochromatic Colors of #145800
Black with #145800
Text Example
Text Example
White with #145800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145800; }
p { color: rgb(20,88,0); }
H1.HeaderClassName
{
color: #145800;
}
.AnyTagClassName
{
color: #145800;
}
</style>
background-color css
<style>
a { background-color: #145800; }
a { background-color: rgb(20,88,0); }
div.DivClassName
{
background-color: #145800;
}
.BgClassName
{
background-color: #145800;
}
</style>
border-color css
<style>
span { border-color: #145800; }
span { border-color: rgb(20,88,0); }
td.TdClassName
{
border-color: #145800;
}
.TagClassName
{
border-color: #145800;
}
</style>