Shades of Myrtle #155012
Tints of Myrtle #155012
RGB
CMYK
RGB Variations
Color information
#155012 (or 0x155012) is known color: Myrtle. HEX triplet: 15, 50 and 12. RGB value is (21,80,18). Sum of RGB (Red+Green+Blue) = 21+80+18=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #155012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155012 is #EAAFED. Grayscale: #373737. Windows color (decimal): -15380462 or 1200149. OLE color: 1200149.
HSL color Cylindrical-coordinate representation of color #155012: hue angle of 117.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155012 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 18 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.69 |
| HSL | 117.1º | 0.63% | 0.19% | - |
| HSV(B) | 117.1º | 0.78% | 0.31% | - |
| XYZ | 3.29 | 5.94 | 1.55 | - |
| YUV | 55.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 18 | 0.74 | 0 | 0.78 | 0.69 | 117.1 | 0.63 | 0.19 |
| Hex | 15 | 50 | 12 | 4A | 0 | 4E | 45 | 75 | 3F | 13 |
| Octal | 25 | 120 | 22 | 112 | 0 | 116 | 105 | 165 | 77 | 23 |
| Binary | 10101 | 1010000 | 10010 | 1001010 | 0 | 1001110 | 1000101 | 1110101 | 111111 | 10011 |
Color Harmonies of #155012
Complementary color
Monochromatic Colors of #155012
Black with #155012
Text Example
Text Example
White with #155012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155012; }
p { color: rgb(21,80,18); }
H1.HeaderClassName
{
color: #155012;
}
.AnyTagClassName
{
color: #155012;
}
</style>
background-color css
<style>
a { background-color: #155012; }
a { background-color: rgb(21,80,18); }
div.DivClassName
{
background-color: #155012;
}
.BgClassName
{
background-color: #155012;
}
</style>
border-color css
<style>
span { border-color: #155012; }
span { border-color: rgb(21,80,18); }
td.TdClassName
{
border-color: #155012;
}
.TagClassName
{
border-color: #155012;
}
</style>