Shades of Myrtle #155514
Tints of Myrtle #155514
RGB
CMYK
RGB Variations
Color information
#155514 (or 0x155514) is known color: Myrtle. HEX triplet: 15, 55 and 14. RGB value is (21,85,20). Sum of RGB (Red+Green+Blue) = 21+85+20=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #155514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155514 is #EAAAEB. Grayscale: #3A3A3A. Windows color (decimal): -15379180 or 1332501. OLE color: 1332501.
HSL color Cylindrical-coordinate representation of color #155514: hue angle of 119.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155514 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 20 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.67 |
| HSL | 119.08º | 0.62% | 0.21% | - |
| HSV(B) | 119.08º | 0.76% | 0.33% | - |
| XYZ | 3.68 | 6.71 | 1.76 | - |
| YUV | 58.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 20 | 0.75 | 0 | 0.76 | 0.67 | 119.08 | 0.62 | 0.21 |
| Hex | 15 | 55 | 14 | 4B | 0 | 4C | 43 | 77 | 3E | 15 |
| Octal | 25 | 125 | 24 | 113 | 0 | 114 | 103 | 167 | 76 | 25 |
| Binary | 10101 | 1010101 | 10100 | 1001011 | 0 | 1001100 | 1000011 | 1110111 | 111110 | 10101 |
Color Harmonies of #155514
Complementary color
Monochromatic Colors of #155514
Black with #155514
Text Example
Text Example
White with #155514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155514; }
p { color: rgb(21,85,20); }
H1.HeaderClassName
{
color: #155514;
}
.AnyTagClassName
{
color: #155514;
}
</style>
background-color css
<style>
a { background-color: #155514; }
a { background-color: rgb(21,85,20); }
div.DivClassName
{
background-color: #155514;
}
.BgClassName
{
background-color: #155514;
}
</style>
border-color css
<style>
span { border-color: #155514; }
span { border-color: rgb(21,85,20); }
td.TdClassName
{
border-color: #155514;
}
.TagClassName
{
border-color: #155514;
}
</style>