Shades of Myrtle #155C16
Tints of Myrtle #155C16
RGB
CMYK
RGB Variations
Color information
#155C16 (or 0x155C16) is known color: Myrtle. HEX triplet: 15, 5C and 16. RGB value is (21,92,22). Sum of RGB (Red+Green+Blue) = 21+92+22=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #155C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155C16 is #EAA3E9. Grayscale: #3E3E3E. Windows color (decimal): -15377386 or 1465365. OLE color: 1465365.
HSL color Cylindrical-coordinate representation of color #155C16: hue angle of 120.85º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C16 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 22 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.64 |
| HSL | 120.85º | 0.63% | 0.22% | - |
| HSV(B) | 120.85º | 0.77% | 0.36% | - |
| XYZ | 4.28 | 7.87 | 2.05 | - |
| YUV | 62.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 22 | 0.77 | 0 | 0.76 | 0.64 | 120.85 | 0.63 | 0.22 |
| Hex | 15 | 5C | 16 | 4D | 0 | 4C | 40 | 79 | 3F | 16 |
| Octal | 25 | 134 | 26 | 115 | 0 | 114 | 100 | 171 | 77 | 26 |
| Binary | 10101 | 1011100 | 10110 | 1001101 | 0 | 1001100 | 1000000 | 1111001 | 111111 | 10110 |
Color Harmonies of #155C16
Complementary color
Monochromatic Colors of #155C16
Black with #155C16
Text Example
Text Example
White with #155C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C16; }
p { color: rgb(21,92,22); }
H1.HeaderClassName
{
color: #155C16;
}
.AnyTagClassName
{
color: #155C16;
}
</style>
background-color css
<style>
a { background-color: #155C16; }
a { background-color: rgb(21,92,22); }
div.DivClassName
{
background-color: #155C16;
}
.BgClassName
{
background-color: #155C16;
}
</style>
border-color css
<style>
span { border-color: #155C16; }
span { border-color: rgb(21,92,22); }
td.TdClassName
{
border-color: #155C16;
}
.TagClassName
{
border-color: #155C16;
}
</style>