Shades of Myrtle #155016
Tints of Myrtle #155016
RGB
CMYK
RGB Variations
Color information
#155016 (or 0x155016) is known color: Myrtle. HEX triplet: 15, 50 and 16. RGB value is (21,80,22). Sum of RGB (Red+Green+Blue) = 21+80+22=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #155016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155016 is #EAAFE9. Grayscale: #373737. Windows color (decimal): -15380458 or 1462293. OLE color: 1462293.
HSL color Cylindrical-coordinate representation of color #155016: hue angle of 121.02º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155016 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 22 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.69 |
| HSL | 121.02º | 0.58% | 0.2% | - |
| HSV(B) | 121.02º | 0.74% | 0.31% | - |
| XYZ | 3.32 | 5.95 | 1.73 | - |
| YUV | 55.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 22 | 0.74 | 0 | 0.72 | 0.69 | 121.02 | 0.58 | 0.2 |
| Hex | 15 | 50 | 16 | 4A | 0 | 48 | 45 | 79 | 3A | 14 |
| Octal | 25 | 120 | 26 | 112 | 0 | 110 | 105 | 171 | 72 | 24 |
| Binary | 10101 | 1010000 | 10110 | 1001010 | 0 | 1001000 | 1000101 | 1111001 | 111010 | 10100 |
Color Harmonies of #155016
Complementary color
Monochromatic Colors of #155016
Black with #155016
Text Example
Text Example
White with #155016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155016; }
p { color: rgb(21,80,22); }
H1.HeaderClassName
{
color: #155016;
}
.AnyTagClassName
{
color: #155016;
}
</style>
background-color css
<style>
a { background-color: #155016; }
a { background-color: rgb(21,80,22); }
div.DivClassName
{
background-color: #155016;
}
.BgClassName
{
background-color: #155016;
}
</style>
border-color css
<style>
span { border-color: #155016; }
span { border-color: rgb(21,80,22); }
td.TdClassName
{
border-color: #155016;
}
.TagClassName
{
border-color: #155016;
}
</style>