Shades of Myrtle #155212
Tints of Myrtle #155212
RGB
CMYK
RGB Variations
Color information
#155212 (or 0x155212) is known color: Myrtle. HEX triplet: 15, 52 and 12. RGB value is (21,82,18). Sum of RGB (Red+Green+Blue) = 21+82+18=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #155212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155212 is #EAADED. Grayscale: #383838. Windows color (decimal): -15379950 or 1200661. OLE color: 1200661.
HSL color Cylindrical-coordinate representation of color #155212: hue angle of 117.19º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155212 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 18 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.68 |
| HSL | 117.19º | 0.64% | 0.2% | - |
| HSV(B) | 117.19º | 0.78% | 0.32% | - |
| XYZ | 3.44 | 6.24 | 1.6 | - |
| YUV | 56.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 18 | 0.74 | 0 | 0.78 | 0.68 | 117.19 | 0.64 | 0.2 |
| Hex | 15 | 52 | 12 | 4A | 0 | 4E | 44 | 75 | 40 | 14 |
| Octal | 25 | 122 | 22 | 112 | 0 | 116 | 104 | 165 | 100 | 24 |
| Binary | 10101 | 1010010 | 10010 | 1001010 | 0 | 1001110 | 1000100 | 1110101 | 1000000 | 10100 |
Color Harmonies of #155212
Complementary color
Monochromatic Colors of #155212
Black with #155212
Text Example
Text Example
White with #155212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155212; }
p { color: rgb(21,82,18); }
H1.HeaderClassName
{
color: #155212;
}
.AnyTagClassName
{
color: #155212;
}
</style>
background-color css
<style>
a { background-color: #155212; }
a { background-color: rgb(21,82,18); }
div.DivClassName
{
background-color: #155212;
}
.BgClassName
{
background-color: #155212;
}
</style>
border-color css
<style>
span { border-color: #155212; }
span { border-color: rgb(21,82,18); }
td.TdClassName
{
border-color: #155212;
}
.TagClassName
{
border-color: #155212;
}
</style>