Shades of Myrtle #155218
Tints of Myrtle #155218
RGB
CMYK
RGB Variations
Color information
#155218 (or 0x155218) is known color: Myrtle. HEX triplet: 15, 52 and 18. RGB value is (21,82,24). Sum of RGB (Red+Green+Blue) = 21+82+24=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #155218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155218 is #EAADE7. Grayscale: #393939. Windows color (decimal): -15379944 or 1593877. OLE color: 1593877.
HSL color Cylindrical-coordinate representation of color #155218: hue angle of 122.95º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155218 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 24 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.68 |
| HSL | 122.95º | 0.59% | 0.2% | - |
| HSV(B) | 122.95º | 0.74% | 0.32% | - |
| XYZ | 3.49 | 6.26 | 1.89 | - |
| YUV | 57.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 24 | 0.74 | 0 | 0.71 | 0.68 | 122.95 | 0.59 | 0.2 |
| Hex | 15 | 52 | 18 | 4A | 0 | 47 | 44 | 7B | 3B | 14 |
| Octal | 25 | 122 | 30 | 112 | 0 | 107 | 104 | 173 | 73 | 24 |
| Binary | 10101 | 1010010 | 11000 | 1001010 | 0 | 1000111 | 1000100 | 1111011 | 111011 | 10100 |
Color Harmonies of #155218
Complementary color
Monochromatic Colors of #155218
Black with #155218
Text Example
Text Example
White with #155218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155218; }
p { color: rgb(21,82,24); }
H1.HeaderClassName
{
color: #155218;
}
.AnyTagClassName
{
color: #155218;
}
</style>
background-color css
<style>
a { background-color: #155218; }
a { background-color: rgb(21,82,24); }
div.DivClassName
{
background-color: #155218;
}
.BgClassName
{
background-color: #155218;
}
</style>
border-color css
<style>
span { border-color: #155218; }
span { border-color: rgb(21,82,24); }
td.TdClassName
{
border-color: #155218;
}
.TagClassName
{
border-color: #155218;
}
</style>