Shades of Myrtle #10510E
Tints of Myrtle #10510E
RGB
CMYK
RGB Variations
Color information
#10510E (or 0x10510E) is known color: Myrtle. HEX triplet: 10, 51 and 0E. RGB value is (16,81,14). Sum of RGB (Red+Green+Blue) = 16+81+14=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #10510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10510E is #EFAEF1. Grayscale: #363636. Windows color (decimal): -15707890 or 938256. OLE color: 938256.
HSL color Cylindrical-coordinate representation of color #10510E: hue angle of 118.21º 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 #10510E is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 14 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.68 |
| HSL | 118.21º | 0.71% | 0.19% | - |
| HSV(B) | 118.21º | 0.83% | 0.32% | - |
| XYZ | 3.24 | 6.03 | 1.41 | - |
| YUV | 53.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 14 | 0.80 | 0 | 0.83 | 0.68 | 118.21 | 0.71 | 0.19 |
| Hex | 10 | 51 | E | 50 | 0 | 53 | 44 | 76 | 47 | 13 |
| Octal | 20 | 121 | 16 | 120 | 0 | 123 | 104 | 166 | 107 | 23 |
| Binary | 10000 | 1010001 | 1110 | 1010000 | 0 | 1010011 | 1000100 | 1110110 | 1000111 | 10011 |
Color Harmonies of #10510E
Complementary color
Monochromatic Colors of #10510E
Black with #10510E
Text Example
Text Example
White with #10510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10510E; }
p { color: rgb(16,81,14); }
H1.HeaderClassName
{
color: #10510E;
}
.AnyTagClassName
{
color: #10510E;
}
</style>
background-color css
<style>
a { background-color: #10510E; }
a { background-color: rgb(16,81,14); }
div.DivClassName
{
background-color: #10510E;
}
.BgClassName
{
background-color: #10510E;
}
</style>
border-color css
<style>
span { border-color: #10510E; }
span { border-color: rgb(16,81,14); }
td.TdClassName
{
border-color: #10510E;
}
.TagClassName
{
border-color: #10510E;
}
</style>