Shades of Myrtle #145902
Tints of Myrtle #145902
RGB
CMYK
RGB Variations
Color information
#145902 (or 0x145902) is known color: Myrtle. HEX triplet: 14, 59 and 02. RGB value is (20,89,2). Sum of RGB (Red+Green+Blue) = 20+89+2=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #145902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145902 is #EBA6FD. Grayscale: #3A3A3A. Windows color (decimal): -15443710 or 153876. OLE color: 153876.
HSL color Cylindrical-coordinate representation of color #145902: hue angle of 107.59º 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 #145902 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 2 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.65 |
| HSL | 107.59º | 0.96% | 0.18% | - |
| HSV(B) | 107.59º | 0.98% | 0.35% | - |
| XYZ | 3.87 | 7.3 | 1.26 | - |
| YUV | 58.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 2 | 0.78 | 0 | 0.98 | 0.65 | 107.59 | 0.96 | 0.18 |
| Hex | 14 | 59 | 2 | 4E | 0 | 62 | 41 | 6C | 60 | 12 |
| Octal | 24 | 131 | 2 | 116 | 0 | 142 | 101 | 154 | 140 | 22 |
| Binary | 10100 | 1011001 | 10 | 1001110 | 0 | 1100010 | 1000001 | 1101100 | 1100000 | 10010 |
Color Harmonies of #145902
Complementary color
Monochromatic Colors of #145902
Black with #145902
Text Example
Text Example
White with #145902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145902; }
p { color: rgb(20,89,2); }
H1.HeaderClassName
{
color: #145902;
}
.AnyTagClassName
{
color: #145902;
}
</style>
background-color css
<style>
a { background-color: #145902; }
a { background-color: rgb(20,89,2); }
div.DivClassName
{
background-color: #145902;
}
.BgClassName
{
background-color: #145902;
}
</style>
border-color css
<style>
span { border-color: #145902; }
span { border-color: rgb(20,89,2); }
td.TdClassName
{
border-color: #145902;
}
.TagClassName
{
border-color: #145902;
}
</style>