Shades of Myrtle #155D14
Tints of Myrtle #155D14
RGB
CMYK
RGB Variations
Color information
#155D14 (or 0x155D14) is known color: Myrtle. HEX triplet: 15, 5D and 14. RGB value is (21,93,20). Sum of RGB (Red+Green+Blue) = 21+93+20=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #155D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155D14 is #EAA2EB. Grayscale: #3F3F3F. Windows color (decimal): -15377132 or 1334549. OLE color: 1334549.
HSL color Cylindrical-coordinate representation of color #155D14: hue angle of 119.18º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155D14 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 20 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.64 |
| HSL | 119.18º | 0.65% | 0.22% | - |
| HSV(B) | 119.18º | 0.78% | 0.36% | - |
| XYZ | 4.35 | 8.04 | 1.98 | - |
| YUV | 63.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 20 | 0.77 | 0 | 0.78 | 0.64 | 119.18 | 0.65 | 0.22 |
| Hex | 15 | 5D | 14 | 4D | 0 | 4E | 40 | 77 | 41 | 16 |
| Octal | 25 | 135 | 24 | 115 | 0 | 116 | 100 | 167 | 101 | 26 |
| Binary | 10101 | 1011101 | 10100 | 1001101 | 0 | 1001110 | 1000000 | 1110111 | 1000001 | 10110 |
Color Harmonies of #155D14
Complementary color
Monochromatic Colors of #155D14
Black with #155D14
Text Example
Text Example
White with #155D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D14; }
p { color: rgb(21,93,20); }
H1.HeaderClassName
{
color: #155D14;
}
.AnyTagClassName
{
color: #155D14;
}
</style>
background-color css
<style>
a { background-color: #155D14; }
a { background-color: rgb(21,93,20); }
div.DivClassName
{
background-color: #155D14;
}
.BgClassName
{
background-color: #155D14;
}
</style>
border-color css
<style>
span { border-color: #155D14; }
span { border-color: rgb(21,93,20); }
td.TdClassName
{
border-color: #155D14;
}
.TagClassName
{
border-color: #155D14;
}
</style>