Shades of Myrtle #155213
Tints of Myrtle #155213
RGB
CMYK
RGB Variations
Color information
#155213 (or 0x155213) is known color: Myrtle. HEX triplet: 15, 52 and 13. RGB value is (21,82,19). Sum of RGB (Red+Green+Blue) = 21+82+19=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #155213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155213 is #EAADEC. Grayscale: #383838. Windows color (decimal): -15379949 or 1266197. OLE color: 1266197.
HSL color Cylindrical-coordinate representation of color #155213: hue angle of 118.1º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155213 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 19 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.68 |
| HSL | 118.1º | 0.62% | 0.2% | - |
| HSV(B) | 118.1º | 0.77% | 0.32% | - |
| XYZ | 3.44 | 6.24 | 1.64 | - |
| YUV | 56.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 19 | 0.74 | 0 | 0.77 | 0.68 | 118.1 | 0.62 | 0.2 |
| Hex | 15 | 52 | 13 | 4A | 0 | 4D | 44 | 76 | 3E | 14 |
| Octal | 25 | 122 | 23 | 112 | 0 | 115 | 104 | 166 | 76 | 24 |
| Binary | 10101 | 1010010 | 10011 | 1001010 | 0 | 1001101 | 1000100 | 1110110 | 111110 | 10100 |
Color Harmonies of #155213
Complementary color
Monochromatic Colors of #155213
Black with #155213
Text Example
Text Example
White with #155213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155213; }
p { color: rgb(21,82,19); }
H1.HeaderClassName
{
color: #155213;
}
.AnyTagClassName
{
color: #155213;
}
</style>
background-color css
<style>
a { background-color: #155213; }
a { background-color: rgb(21,82,19); }
div.DivClassName
{
background-color: #155213;
}
.BgClassName
{
background-color: #155213;
}
</style>
border-color css
<style>
span { border-color: #155213; }
span { border-color: rgb(21,82,19); }
td.TdClassName
{
border-color: #155213;
}
.TagClassName
{
border-color: #155213;
}
</style>