Shades of Myrtle #155A14
Tints of Myrtle #155A14
RGB
CMYK
RGB Variations
Color information
#155A14 (or 0x155A14) is known color: Myrtle. HEX triplet: 15, 5A and 14. RGB value is (21,90,20). Sum of RGB (Red+Green+Blue) = 21+90+20=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #155A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155A14 is #EAA5EB. Grayscale: #3D3D3D. Windows color (decimal): -15377900 or 1333781. OLE color: 1333781.
HSL color Cylindrical-coordinate representation of color #155A14: hue angle of 119.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155A14 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 20 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.65 |
| HSL | 119.14º | 0.64% | 0.22% | - |
| HSV(B) | 119.14º | 0.78% | 0.35% | - |
| XYZ | 4.09 | 7.52 | 1.9 | - |
| YUV | 61.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 20 | 0.77 | 0 | 0.78 | 0.65 | 119.14 | 0.64 | 0.22 |
| Hex | 15 | 5A | 14 | 4D | 0 | 4E | 41 | 77 | 40 | 16 |
| Octal | 25 | 132 | 24 | 115 | 0 | 116 | 101 | 167 | 100 | 26 |
| Binary | 10101 | 1011010 | 10100 | 1001101 | 0 | 1001110 | 1000001 | 1110111 | 1000000 | 10110 |
Color Harmonies of #155A14
Complementary color
Monochromatic Colors of #155A14
Black with #155A14
Text Example
Text Example
White with #155A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A14; }
p { color: rgb(21,90,20); }
H1.HeaderClassName
{
color: #155A14;
}
.AnyTagClassName
{
color: #155A14;
}
</style>
background-color css
<style>
a { background-color: #155A14; }
a { background-color: rgb(21,90,20); }
div.DivClassName
{
background-color: #155A14;
}
.BgClassName
{
background-color: #155A14;
}
</style>
border-color css
<style>
span { border-color: #155A14; }
span { border-color: rgb(21,90,20); }
td.TdClassName
{
border-color: #155A14;
}
.TagClassName
{
border-color: #155A14;
}
</style>