Shades of Myrtle #10470D
Tints of Myrtle #10470D
RGB
CMYK
RGB Variations
Color information
#10470D (or 0x10470D) is known color: Myrtle. HEX triplet: 10, 47 and 0D. RGB value is (16,71,13). Sum of RGB (Red+Green+Blue) = 16+71+13=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #10470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10470D is #EFB8F2. Grayscale: #303030. Windows color (decimal): -15710451 or 870160. OLE color: 870160.
HSL color Cylindrical-coordinate representation of color #10470D: hue angle of 116.9º 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 #10470D is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 71 | 13 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.72 |
| HSL | 116.9º | 0.69% | 0.16% | - |
| HSV(B) | 116.9º | 0.82% | 0.28% | - |
| XYZ | 2.54 | 4.65 | 1.14 | - |
| YUV | 47.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 13 | 0.77 | 0 | 0.82 | 0.72 | 116.9 | 0.69 | 0.16 |
| Hex | 10 | 47 | D | 4D | 0 | 52 | 48 | 75 | 45 | 10 |
| Octal | 20 | 107 | 15 | 115 | 0 | 122 | 110 | 165 | 105 | 20 |
| Binary | 10000 | 1000111 | 1101 | 1001101 | 0 | 1010010 | 1001000 | 1110101 | 1000101 | 10000 |
Color Harmonies of #10470D
Complementary color
Monochromatic Colors of #10470D
Black with #10470D
Text Example
Text Example
White with #10470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10470D; }
p { color: rgb(16,71,13); }
H1.HeaderClassName
{
color: #10470D;
}
.AnyTagClassName
{
color: #10470D;
}
</style>
background-color css
<style>
a { background-color: #10470D; }
a { background-color: rgb(16,71,13); }
div.DivClassName
{
background-color: #10470D;
}
.BgClassName
{
background-color: #10470D;
}
</style>
border-color css
<style>
span { border-color: #10470D; }
span { border-color: rgb(16,71,13); }
td.TdClassName
{
border-color: #10470D;
}
.TagClassName
{
border-color: #10470D;
}
</style>