Shades of Myrtle #10520D
Tints of Myrtle #10520D
RGB
CMYK
RGB Variations
Color information
#10520D (or 0x10520D) is known color: Myrtle. HEX triplet: 10, 52 and 0D. RGB value is (16,82,13). Sum of RGB (Red+Green+Blue) = 16+82+13=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #10520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10520D is #EFADF2. Grayscale: #363636. Windows color (decimal): -15707635 or 872976. OLE color: 872976.
HSL color Cylindrical-coordinate representation of color #10520D: hue angle of 117.39º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10520D is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 13 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.68 |
| HSL | 117.39º | 0.73% | 0.19% | - |
| HSV(B) | 117.39º | 0.84% | 0.32% | - |
| XYZ | 3.3 | 6.17 | 1.4 | - |
| YUV | 54.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 13 | 0.80 | 0 | 0.84 | 0.68 | 117.39 | 0.73 | 0.19 |
| Hex | 10 | 52 | D | 50 | 0 | 54 | 44 | 75 | 49 | 13 |
| Octal | 20 | 122 | 15 | 120 | 0 | 124 | 104 | 165 | 111 | 23 |
| Binary | 10000 | 1010010 | 1101 | 1010000 | 0 | 1010100 | 1000100 | 1110101 | 1001001 | 10011 |
Color Harmonies of #10520D
Complementary color
Monochromatic Colors of #10520D
Black with #10520D
Text Example
Text Example
White with #10520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10520D; }
p { color: rgb(16,82,13); }
H1.HeaderClassName
{
color: #10520D;
}
.AnyTagClassName
{
color: #10520D;
}
</style>
background-color css
<style>
a { background-color: #10520D; }
a { background-color: rgb(16,82,13); }
div.DivClassName
{
background-color: #10520D;
}
.BgClassName
{
background-color: #10520D;
}
</style>
border-color css
<style>
span { border-color: #10520D; }
span { border-color: rgb(16,82,13); }
td.TdClassName
{
border-color: #10520D;
}
.TagClassName
{
border-color: #10520D;
}
</style>