Shades of Myrtle #104404
Tints of Myrtle #104404
RGB
CMYK
RGB Variations
Color information
#104404 (or 0x104404) is known color: Myrtle. HEX triplet: 10, 44 and 04. RGB value is (16,68,4). Sum of RGB (Red+Green+Blue) = 16+68+4=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #104404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104404 is #EFBBFB. Grayscale: #2D2D2D. Windows color (decimal): -15711228 or 279568. OLE color: 279568.
HSL color Cylindrical-coordinate representation of color #104404: hue angle of 108.75º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104404 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 4 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.73 |
| HSL | 108.75º | 0.89% | 0.14% | - |
| HSV(B) | 108.75º | 0.94% | 0.27% | - |
| XYZ | 2.3 | 4.25 | 0.81 | - |
| YUV | 45.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 4 | 0.76 | 0 | 0.94 | 0.73 | 108.75 | 0.89 | 0.14 |
| Hex | 10 | 44 | 4 | 4C | 0 | 5E | 49 | 6D | 59 | E |
| Octal | 20 | 104 | 4 | 114 | 0 | 136 | 111 | 155 | 131 | 16 |
| Binary | 10000 | 1000100 | 100 | 1001100 | 0 | 1011110 | 1001001 | 1101101 | 1011001 | 1110 |
Color Harmonies of #104404
Complementary color
Monochromatic Colors of #104404
Black with #104404
Text Example
Text Example
White with #104404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104404; }
p { color: rgb(16,68,4); }
H1.HeaderClassName
{
color: #104404;
}
.AnyTagClassName
{
color: #104404;
}
</style>
background-color css
<style>
a { background-color: #104404; }
a { background-color: rgb(16,68,4); }
div.DivClassName
{
background-color: #104404;
}
.BgClassName
{
background-color: #104404;
}
</style>
border-color css
<style>
span { border-color: #104404; }
span { border-color: rgb(16,68,4); }
td.TdClassName
{
border-color: #104404;
}
.TagClassName
{
border-color: #104404;
}
</style>