Shades of Myrtle #155F14
Tints of Myrtle #155F14
RGB
CMYK
RGB Variations
Color information
#155F14 (or 0x155F14) is known color: Myrtle. HEX triplet: 15, 5F and 14. RGB value is (21,95,20). Sum of RGB (Red+Green+Blue) = 21+95+20=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 95 (37.5% from 255 or 69.85% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 95 - color contains mainly: green. Hex color #155F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155F14 is #EAA0EB. Grayscale: #404040. Windows color (decimal): -15376620 or 1335061. OLE color: 1335061.
HSL color Cylindrical-coordinate representation of color #155F14: hue angle of 119.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155F14 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 20 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.63 |
| HSL | 119.2º | 0.65% | 0.23% | - |
| HSV(B) | 119.2º | 0.79% | 0.37% | - |
| XYZ | 4.53 | 8.39 | 2.04 | - |
| YUV | 64.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 20 | 0.78 | 0 | 0.79 | 0.63 | 119.2 | 0.65 | 0.23 |
| Hex | 15 | 5F | 14 | 4E | 0 | 4F | 3F | 77 | 41 | 17 |
| Octal | 25 | 137 | 24 | 116 | 0 | 117 | 77 | 167 | 101 | 27 |
| Binary | 10101 | 1011111 | 10100 | 1001110 | 0 | 1001111 | 111111 | 1110111 | 1000001 | 10111 |
Color Harmonies of #155F14
Complementary color
Monochromatic Colors of #155F14
Black with #155F14
Text Example
Text Example
White with #155F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F14; }
p { color: rgb(21,95,20); }
H1.HeaderClassName
{
color: #155F14;
}
.AnyTagClassName
{
color: #155F14;
}
</style>
background-color css
<style>
a { background-color: #155F14; }
a { background-color: rgb(21,95,20); }
div.DivClassName
{
background-color: #155F14;
}
.BgClassName
{
background-color: #155F14;
}
</style>
border-color css
<style>
span { border-color: #155F14; }
span { border-color: rgb(21,95,20); }
td.TdClassName
{
border-color: #155F14;
}
.TagClassName
{
border-color: #155F14;
}
</style>