Shades of Myrtle #10410E
Tints of Myrtle #10410E
RGB
CMYK
RGB Variations
Color information
#10410E (or 0x10410E) is known color: Myrtle. HEX triplet: 10, 41 and 0E. RGB value is (16,65,14). Sum of RGB (Red+Green+Blue) = 16+65+14=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #10410E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10410E is #EFBEF1. Grayscale: #2C2C2C. Windows color (decimal): -15711986 or 934160. OLE color: 934160.
HSL color Cylindrical-coordinate representation of color #10410E: hue angle of 117.65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10410E is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 14 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.75 |
| HSL | 117.65º | 0.65% | 0.15% | - |
| HSV(B) | 117.65º | 0.78% | 0.25% | - |
| XYZ | 2.18 | 3.92 | 1.06 | - |
| YUV | 44.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 14 | 0.75 | 0 | 0.78 | 0.75 | 117.65 | 0.65 | 0.15 |
| Hex | 10 | 41 | E | 4B | 0 | 4E | 4B | 76 | 41 | F |
| Octal | 20 | 101 | 16 | 113 | 0 | 116 | 113 | 166 | 101 | 17 |
| Binary | 10000 | 1000001 | 1110 | 1001011 | 0 | 1001110 | 1001011 | 1110110 | 1000001 | 1111 |
Color Harmonies of #10410E
Complementary color
Monochromatic Colors of #10410E
Black with #10410E
Text Example
Text Example
White with #10410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10410E; }
p { color: rgb(16,65,14); }
H1.HeaderClassName
{
color: #10410E;
}
.AnyTagClassName
{
color: #10410E;
}
</style>
background-color css
<style>
a { background-color: #10410E; }
a { background-color: rgb(16,65,14); }
div.DivClassName
{
background-color: #10410E;
}
.BgClassName
{
background-color: #10410E;
}
</style>
border-color css
<style>
span { border-color: #10410E; }
span { border-color: rgb(16,65,14); }
td.TdClassName
{
border-color: #10410E;
}
.TagClassName
{
border-color: #10410E;
}
</style>