Shades of Myrtle #104006
Tints of Myrtle #104006
RGB
CMYK
RGB Variations
Color information
#104006 (or 0x104006) is known color: Myrtle. HEX triplet: 10, 40 and 06. RGB value is (16,64,6). Sum of RGB (Red+Green+Blue) = 16+64+6=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #104006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104006 is #EFBFF9. Grayscale: #2B2B2B. Windows color (decimal): -15712250 or 409616. OLE color: 409616.
HSL color Cylindrical-coordinate representation of color #104006: hue angle of 109.66º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104006 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 6 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.75 |
| HSL | 109.66º | 0.83% | 0.14% | - |
| HSV(B) | 109.66º | 0.91% | 0.25% | - |
| XYZ | 2.08 | 3.79 | 0.79 | - |
| YUV | 43.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 6 | 0.75 | 0 | 0.91 | 0.75 | 109.66 | 0.83 | 0.14 |
| Hex | 10 | 40 | 6 | 4B | 0 | 5B | 4B | 6E | 53 | E |
| Octal | 20 | 100 | 6 | 113 | 0 | 133 | 113 | 156 | 123 | 16 |
| Binary | 10000 | 1000000 | 110 | 1001011 | 0 | 1011011 | 1001011 | 1101110 | 1010011 | 1110 |
Color Harmonies of #104006
Complementary color
Monochromatic Colors of #104006
Black with #104006
Text Example
Text Example
White with #104006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104006; }
p { color: rgb(16,64,6); }
H1.HeaderClassName
{
color: #104006;
}
.AnyTagClassName
{
color: #104006;
}
</style>
background-color css
<style>
a { background-color: #104006; }
a { background-color: rgb(16,64,6); }
div.DivClassName
{
background-color: #104006;
}
.BgClassName
{
background-color: #104006;
}
</style>
border-color css
<style>
span { border-color: #104006; }
span { border-color: rgb(16,64,6); }
td.TdClassName
{
border-color: #104006;
}
.TagClassName
{
border-color: #104006;
}
</style>