Shades of Myrtle #155506
Tints of Myrtle #155506
RGB
CMYK
RGB Variations
Color information
#155506 (or 0x155506) is known color: Myrtle. HEX triplet: 15, 55 and 06. RGB value is (21,85,6). Sum of RGB (Red+Green+Blue) = 21+85+6=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #155506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155506 is #EAAAF9. Grayscale: #393939. Windows color (decimal): -15379194 or 414997. OLE color: 414997.
HSL color Cylindrical-coordinate representation of color #155506: hue angle of 108.61º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #155506 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 6 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.67 |
| HSL | 108.61º | 0.87% | 0.18% | - |
| HSV(B) | 108.61º | 0.93% | 0.33% | - |
| XYZ | 3.59 | 6.67 | 1.27 | - |
| YUV | 56.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 6 | 0.75 | 0 | 0.93 | 0.67 | 108.61 | 0.87 | 0.18 |
| Hex | 15 | 55 | 6 | 4B | 0 | 5D | 43 | 6D | 57 | 12 |
| Octal | 25 | 125 | 6 | 113 | 0 | 135 | 103 | 155 | 127 | 22 |
| Binary | 10101 | 1010101 | 110 | 1001011 | 0 | 1011101 | 1000011 | 1101101 | 1010111 | 10010 |
Color Harmonies of #155506
Complementary color
Monochromatic Colors of #155506
Black with #155506
Text Example
Text Example
White with #155506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155506; }
p { color: rgb(21,85,6); }
H1.HeaderClassName
{
color: #155506;
}
.AnyTagClassName
{
color: #155506;
}
</style>
background-color css
<style>
a { background-color: #155506; }
a { background-color: rgb(21,85,6); }
div.DivClassName
{
background-color: #155506;
}
.BgClassName
{
background-color: #155506;
}
</style>
border-color css
<style>
span { border-color: #155506; }
span { border-color: rgb(21,85,6); }
td.TdClassName
{
border-color: #155506;
}
.TagClassName
{
border-color: #155506;
}
</style>