Shades of Myrtle #104116
Tints of Myrtle #104116
RGB
CMYK
RGB Variations
Color information
#104116 (or 0x104116) is known color: Myrtle. HEX triplet: 10, 41 and 16. RGB value is (16,65,22). Sum of RGB (Red+Green+Blue) = 16+65+22=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #104116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104116 is #EFBEE9. Grayscale: #2D2D2D. Windows color (decimal): -15711978 or 1458448. OLE color: 1458448.
HSL color Cylindrical-coordinate representation of color #104116: hue angle of 127.35º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104116 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 22 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.75 |
| HSL | 127.35º | 0.6% | 0.16% | - |
| HSV(B) | 127.35º | 0.75% | 0.25% | - |
| XYZ | 2.25 | 3.95 | 1.4 | - |
| YUV | 45.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 22 | 0.75 | 0 | 0.66 | 0.75 | 127.35 | 0.6 | 0.16 |
| Hex | 10 | 41 | 16 | 4B | 0 | 42 | 4B | 7F | 3C | 10 |
| Octal | 20 | 101 | 26 | 113 | 0 | 102 | 113 | 177 | 74 | 20 |
| Binary | 10000 | 1000001 | 10110 | 1001011 | 0 | 1000010 | 1001011 | 1111111 | 111100 | 10000 |
Color Harmonies of #104116
Complementary color
Monochromatic Colors of #104116
Black with #104116
Text Example
Text Example
White with #104116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104116; }
p { color: rgb(16,65,22); }
H1.HeaderClassName
{
color: #104116;
}
.AnyTagClassName
{
color: #104116;
}
</style>
background-color css
<style>
a { background-color: #104116; }
a { background-color: rgb(16,65,22); }
div.DivClassName
{
background-color: #104116;
}
.BgClassName
{
background-color: #104116;
}
</style>
border-color css
<style>
span { border-color: #104116; }
span { border-color: rgb(16,65,22); }
td.TdClassName
{
border-color: #104116;
}
.TagClassName
{
border-color: #104116;
}
</style>