Shades of Myrtle #15550C
Tints of Myrtle #15550C
RGB
CMYK
RGB Variations
Color information
#15550C (or 0x15550C) is known color: Myrtle. HEX triplet: 15, 55 and 0C. RGB value is (21,85,12). Sum of RGB (Red+Green+Blue) = 21+85+12=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #15550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15550C is #EAAAF3. Grayscale: #393939. Windows color (decimal): -15379188 or 808213. OLE color: 808213.
HSL color Cylindrical-coordinate representation of color #15550C: hue angle of 112.6º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15550C is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 12 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.67 |
| HSL | 112.6º | 0.75% | 0.19% | - |
| HSV(B) | 112.6º | 0.86% | 0.33% | - |
| XYZ | 3.62 | 6.68 | 1.45 | - |
| YUV | 57.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 12 | 0.75 | 0 | 0.86 | 0.67 | 112.6 | 0.75 | 0.19 |
| Hex | 15 | 55 | C | 4B | 0 | 56 | 43 | 71 | 4B | 13 |
| Octal | 25 | 125 | 14 | 113 | 0 | 126 | 103 | 161 | 113 | 23 |
| Binary | 10101 | 1010101 | 1100 | 1001011 | 0 | 1010110 | 1000011 | 1110001 | 1001011 | 10011 |
Color Harmonies of #15550C
Complementary color
Monochromatic Colors of #15550C
Black with #15550C
Text Example
Text Example
White with #15550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15550C; }
p { color: rgb(21,85,12); }
H1.HeaderClassName
{
color: #15550C;
}
.AnyTagClassName
{
color: #15550C;
}
</style>
background-color css
<style>
a { background-color: #15550C; }
a { background-color: rgb(21,85,12); }
div.DivClassName
{
background-color: #15550C;
}
.BgClassName
{
background-color: #15550C;
}
</style>
border-color css
<style>
span { border-color: #15550C; }
span { border-color: rgb(21,85,12); }
td.TdClassName
{
border-color: #15550C;
}
.TagClassName
{
border-color: #15550C;
}
</style>