Shades of Myrtle #15320C
Tints of Myrtle #15320C
RGB
CMYK
RGB Variations
Color information
#15320C (or 0x15320C) is known color: Myrtle. HEX triplet: 15, 32 and 0C. RGB value is (21,50,12). Sum of RGB (Red+Green+Blue) = 21+50+12=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #15320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15320C is #EACDF3. Grayscale: #252525. Windows color (decimal): -15388148 or 799253. OLE color: 799253.
HSL color Cylindrical-coordinate representation of color #15320C: hue angle of 105.79º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15320C is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 12 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.80 |
| HSL | 105.79º | 0.61% | 0.12% | - |
| HSV(B) | 105.79º | 0.76% | 0.2% | - |
| XYZ | 1.52 | 2.47 | 0.74 | - |
| YUV | 37 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 12 | 0.58 | 0 | 0.76 | 0.80 | 105.79 | 0.61 | 0.12 |
| Hex | 15 | 32 | C | 3A | 0 | 4C | 50 | 6A | 3D | C |
| Octal | 25 | 62 | 14 | 72 | 0 | 114 | 120 | 152 | 75 | 14 |
| Binary | 10101 | 110010 | 1100 | 111010 | 0 | 1001100 | 1010000 | 1101010 | 111101 | 1100 |
Color Harmonies of #15320C
Complementary color
Monochromatic Colors of #15320C
Black with #15320C
Text Example
Text Example
White with #15320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15320C; }
p { color: rgb(21,50,12); }
H1.HeaderClassName
{
color: #15320C;
}
.AnyTagClassName
{
color: #15320C;
}
</style>
background-color css
<style>
a { background-color: #15320C; }
a { background-color: rgb(21,50,12); }
div.DivClassName
{
background-color: #15320C;
}
.BgClassName
{
background-color: #15320C;
}
</style>
border-color css
<style>
span { border-color: #15320C; }
span { border-color: rgb(21,50,12); }
td.TdClassName
{
border-color: #15320C;
}
.TagClassName
{
border-color: #15320C;
}
</style>