Shades of Myrtle #155F15
Tints of Myrtle #155F15
RGB
CMYK
RGB Variations
Color information
#155F15 (or 0x155F15) is known color: Myrtle. HEX triplet: 15, 5F and 15. RGB value is (21,95,21). Sum of RGB (Red+Green+Blue) = 21+95+21=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 95 (37.5% from 255 or 69.34% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 95 - color contains mainly: green. Hex color #155F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155F15 is #EAA0EA. Grayscale: #404040. Windows color (decimal): -15376619 or 1400597. OLE color: 1400597.
HSL color Cylindrical-coordinate representation of color #155F15: hue angle of 120º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F15 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 21 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.63 |
| HSL | 120º | 0.64% | 0.23% | - |
| HSV(B) | 120º | 0.78% | 0.37% | - |
| XYZ | 4.54 | 8.4 | 2.09 | - |
| YUV | 64.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 21 | 0.78 | 0 | 0.78 | 0.63 | 120 | 0.64 | 0.23 |
| Hex | 15 | 5F | 15 | 4E | 0 | 4E | 3F | 78 | 40 | 17 |
| Octal | 25 | 137 | 25 | 116 | 0 | 116 | 77 | 170 | 100 | 27 |
| Binary | 10101 | 1011111 | 10101 | 1001110 | 0 | 1001110 | 111111 | 1111000 | 1000000 | 10111 |
Color Harmonies of #155F15
Complementary color
Monochromatic Colors of #155F15
Black with #155F15
Text Example
Text Example
White with #155F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F15; }
p { color: rgb(21,95,21); }
H1.HeaderClassName
{
color: #155F15;
}
.AnyTagClassName
{
color: #155F15;
}
</style>
background-color css
<style>
a { background-color: #155F15; }
a { background-color: rgb(21,95,21); }
div.DivClassName
{
background-color: #155F15;
}
.BgClassName
{
background-color: #155F15;
}
</style>
border-color css
<style>
span { border-color: #155F15; }
span { border-color: rgb(21,95,21); }
td.TdClassName
{
border-color: #155F15;
}
.TagClassName
{
border-color: #155F15;
}
</style>