Shades of Myrtle #15470D
Tints of Myrtle #15470D
RGB
CMYK
RGB Variations
Color information
#15470D (or 0x15470D) is known color: Myrtle. HEX triplet: 15, 47 and 0D. RGB value is (21,71,13). Sum of RGB (Red+Green+Blue) = 21+71+13=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #15470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15470D is #EAB8F2. Grayscale: #313131. Windows color (decimal): -15382771 or 870165. OLE color: 870165.
HSL color Cylindrical-coordinate representation of color #15470D: hue angle of 111.72º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15470D is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 13 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.72 |
| HSL | 111.72º | 0.69% | 0.16% | - |
| HSV(B) | 111.72º | 0.82% | 0.28% | - |
| XYZ | 2.64 | 4.69 | 1.15 | - |
| YUV | 49.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 13 | 0.70 | 0 | 0.82 | 0.72 | 111.72 | 0.69 | 0.16 |
| Hex | 15 | 47 | D | 46 | 0 | 52 | 48 | 70 | 45 | 10 |
| Octal | 25 | 107 | 15 | 106 | 0 | 122 | 110 | 160 | 105 | 20 |
| Binary | 10101 | 1000111 | 1101 | 1000110 | 0 | 1010010 | 1001000 | 1110000 | 1000101 | 10000 |
Color Harmonies of #15470D
Complementary color
Monochromatic Colors of #15470D
Black with #15470D
Text Example
Text Example
White with #15470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15470D; }
p { color: rgb(21,71,13); }
H1.HeaderClassName
{
color: #15470D;
}
.AnyTagClassName
{
color: #15470D;
}
</style>
background-color css
<style>
a { background-color: #15470D; }
a { background-color: rgb(21,71,13); }
div.DivClassName
{
background-color: #15470D;
}
.BgClassName
{
background-color: #15470D;
}
</style>
border-color css
<style>
span { border-color: #15470D; }
span { border-color: rgb(21,71,13); }
td.TdClassName
{
border-color: #15470D;
}
.TagClassName
{
border-color: #15470D;
}
</style>