Shades of Myrtle #145802
Tints of Myrtle #145802
RGB
CMYK
RGB Variations
Color information
#145802 (or 0x145802) is known color: Myrtle. HEX triplet: 14, 58 and 02. RGB value is (20,88,2). Sum of RGB (Red+Green+Blue) = 20+88+2=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #145802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145802 is #EBA7FD. Grayscale: #3A3A3A. Windows color (decimal): -15443966 or 153620. OLE color: 153620.
HSL color Cylindrical-coordinate representation of color #145802: hue angle of 107.44º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #145802 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 2 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.65 |
| HSL | 107.44º | 0.96% | 0.18% | - |
| HSV(B) | 107.44º | 0.98% | 0.35% | - |
| XYZ | 3.79 | 7.13 | 1.23 | - |
| YUV | 57.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 2 | 0.77 | 0 | 0.98 | 0.65 | 107.44 | 0.96 | 0.18 |
| Hex | 14 | 58 | 2 | 4D | 0 | 62 | 41 | 6B | 60 | 12 |
| Octal | 24 | 130 | 2 | 115 | 0 | 142 | 101 | 153 | 140 | 22 |
| Binary | 10100 | 1011000 | 10 | 1001101 | 0 | 1100010 | 1000001 | 1101011 | 1100000 | 10010 |
Color Harmonies of #145802
Complementary color
Monochromatic Colors of #145802
Black with #145802
Text Example
Text Example
White with #145802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145802; }
p { color: rgb(20,88,2); }
H1.HeaderClassName
{
color: #145802;
}
.AnyTagClassName
{
color: #145802;
}
</style>
background-color css
<style>
a { background-color: #145802; }
a { background-color: rgb(20,88,2); }
div.DivClassName
{
background-color: #145802;
}
.BgClassName
{
background-color: #145802;
}
</style>
border-color css
<style>
span { border-color: #145802; }
span { border-color: rgb(20,88,2); }
td.TdClassName
{
border-color: #145802;
}
.TagClassName
{
border-color: #145802;
}
</style>