Shades of Myrtle #10520E
Tints of Myrtle #10520E
RGB
CMYK
RGB Variations
Color information
#10520E (or 0x10520E) is known color: Myrtle. HEX triplet: 10, 52 and 0E. RGB value is (16,82,14). Sum of RGB (Red+Green+Blue) = 16+82+14=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 82 (32.42% from 255 or 73.21% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 82 - color contains mainly: green. Hex color #10520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10520E is #EFADF1. Grayscale: #363636. Windows color (decimal): -15707634 or 938512. OLE color: 938512.
HSL color Cylindrical-coordinate representation of color #10520E: hue angle of 118.24º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10520E is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 14 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.68 |
| HSL | 118.24º | 0.71% | 0.19% | - |
| HSV(B) | 118.24º | 0.83% | 0.32% | - |
| XYZ | 3.31 | 6.18 | 1.43 | - |
| YUV | 54.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 14 | 0.80 | 0 | 0.83 | 0.68 | 118.24 | 0.71 | 0.19 |
| Hex | 10 | 52 | E | 50 | 0 | 53 | 44 | 76 | 47 | 13 |
| Octal | 20 | 122 | 16 | 120 | 0 | 123 | 104 | 166 | 107 | 23 |
| Binary | 10000 | 1010010 | 1110 | 1010000 | 0 | 1010011 | 1000100 | 1110110 | 1000111 | 10011 |
Color Harmonies of #10520E
Complementary color
Monochromatic Colors of #10520E
Black with #10520E
Text Example
Text Example
White with #10520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10520E; }
p { color: rgb(16,82,14); }
H1.HeaderClassName
{
color: #10520E;
}
.AnyTagClassName
{
color: #10520E;
}
</style>
background-color css
<style>
a { background-color: #10520E; }
a { background-color: rgb(16,82,14); }
div.DivClassName
{
background-color: #10520E;
}
.BgClassName
{
background-color: #10520E;
}
</style>
border-color css
<style>
span { border-color: #10520E; }
span { border-color: rgb(16,82,14); }
td.TdClassName
{
border-color: #10520E;
}
.TagClassName
{
border-color: #10520E;
}
</style>