Shades of Myrtle #104113
Tints of Myrtle #104113
RGB
CMYK
RGB Variations
Color information
#104113 (or 0x104113) is known color: Myrtle. HEX triplet: 10, 41 and 13. RGB value is (16,65,19). Sum of RGB (Red+Green+Blue) = 16+65+19=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #104113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104113 is #EFBEEC. Grayscale: #2D2D2D. Windows color (decimal): -15711981 or 1261840. OLE color: 1261840.
HSL color Cylindrical-coordinate representation of color #104113: hue angle of 123.67º 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 #104113 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 19 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.75 |
| HSL | 123.67º | 0.6% | 0.16% | - |
| HSV(B) | 123.67º | 0.75% | 0.25% | - |
| XYZ | 2.22 | 3.94 | 1.26 | - |
| YUV | 45.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 19 | 0.75 | 0 | 0.71 | 0.75 | 123.67 | 0.6 | 0.16 |
| Hex | 10 | 41 | 13 | 4B | 0 | 47 | 4B | 7C | 3C | 10 |
| Octal | 20 | 101 | 23 | 113 | 0 | 107 | 113 | 174 | 74 | 20 |
| Binary | 10000 | 1000001 | 10011 | 1001011 | 0 | 1000111 | 1001011 | 1111100 | 111100 | 10000 |
Color Harmonies of #104113
Complementary color
Monochromatic Colors of #104113
Black with #104113
Text Example
Text Example
White with #104113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104113; }
p { color: rgb(16,65,19); }
H1.HeaderClassName
{
color: #104113;
}
.AnyTagClassName
{
color: #104113;
}
</style>
background-color css
<style>
a { background-color: #104113; }
a { background-color: rgb(16,65,19); }
div.DivClassName
{
background-color: #104113;
}
.BgClassName
{
background-color: #104113;
}
</style>
border-color css
<style>
span { border-color: #104113; }
span { border-color: rgb(16,65,19); }
td.TdClassName
{
border-color: #104113;
}
.TagClassName
{
border-color: #104113;
}
</style>