Shades of Myrtle #15470C
Tints of Myrtle #15470C
RGB
CMYK
RGB Variations
Color information
#15470C (or 0x15470C) is known color: Myrtle. HEX triplet: 15, 47 and 0C. RGB value is (21,71,12). Sum of RGB (Red+Green+Blue) = 21+71+12=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #15470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15470C is #EAB8F3. Grayscale: #313131. Windows color (decimal): -15382772 or 804629. OLE color: 804629.
HSL color Cylindrical-coordinate representation of color #15470C: hue angle of 110.85º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15470C is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 12 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.72 |
| HSL | 110.85º | 0.71% | 0.16% | - |
| HSV(B) | 110.85º | 0.83% | 0.28% | - |
| XYZ | 2.63 | 4.69 | 1.12 | - |
| YUV | 49.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 12 | 0.70 | 0 | 0.83 | 0.72 | 110.85 | 0.71 | 0.16 |
| Hex | 15 | 47 | C | 46 | 0 | 53 | 48 | 6F | 47 | 10 |
| Octal | 25 | 107 | 14 | 106 | 0 | 123 | 110 | 157 | 107 | 20 |
| Binary | 10101 | 1000111 | 1100 | 1000110 | 0 | 1010011 | 1001000 | 1101111 | 1000111 | 10000 |
Color Harmonies of #15470C
Complementary color
Monochromatic Colors of #15470C
Black with #15470C
Text Example
Text Example
White with #15470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15470C; }
p { color: rgb(21,71,12); }
H1.HeaderClassName
{
color: #15470C;
}
.AnyTagClassName
{
color: #15470C;
}
</style>
background-color css
<style>
a { background-color: #15470C; }
a { background-color: rgb(21,71,12); }
div.DivClassName
{
background-color: #15470C;
}
.BgClassName
{
background-color: #15470C;
}
</style>
border-color css
<style>
span { border-color: #15470C; }
span { border-color: rgb(21,71,12); }
td.TdClassName
{
border-color: #15470C;
}
.TagClassName
{
border-color: #15470C;
}
</style>