Shades of Myrtle #145206
Tints of Myrtle #145206
RGB
CMYK
RGB Variations
Color information
#145206 (or 0x145206) is known color: Myrtle. HEX triplet: 14, 52 and 06. RGB value is (20,82,6). Sum of RGB (Red+Green+Blue) = 20+82+6=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #145206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145206 is #EBADF9. Grayscale: #373737. Windows color (decimal): -15445498 or 414228. OLE color: 414228.
HSL color Cylindrical-coordinate representation of color #145206: hue angle of 108.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #145206 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 6 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.68 |
| HSL | 108.95º | 0.86% | 0.17% | - |
| HSV(B) | 108.95º | 0.93% | 0.32% | - |
| XYZ | 3.34 | 6.2 | 1.19 | - |
| YUV | 54.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 6 | 0.76 | 0 | 0.93 | 0.68 | 108.95 | 0.86 | 0.17 |
| Hex | 14 | 52 | 6 | 4C | 0 | 5D | 44 | 6D | 56 | 11 |
| Octal | 24 | 122 | 6 | 114 | 0 | 135 | 104 | 155 | 126 | 21 |
| Binary | 10100 | 1010010 | 110 | 1001100 | 0 | 1011101 | 1000100 | 1101101 | 1010110 | 10001 |
Color Harmonies of #145206
Complementary color
Monochromatic Colors of #145206
Black with #145206
Text Example
Text Example
White with #145206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145206; }
p { color: rgb(20,82,6); }
H1.HeaderClassName
{
color: #145206;
}
.AnyTagClassName
{
color: #145206;
}
</style>
background-color css
<style>
a { background-color: #145206; }
a { background-color: rgb(20,82,6); }
div.DivClassName
{
background-color: #145206;
}
.BgClassName
{
background-color: #145206;
}
</style>
border-color css
<style>
span { border-color: #145206; }
span { border-color: rgb(20,82,6); }
td.TdClassName
{
border-color: #145206;
}
.TagClassName
{
border-color: #145206;
}
</style>