Shades of Myrtle #104010
Tints of Myrtle #104010
RGB
CMYK
RGB Variations
Color information
#104010 (or 0x104010) is known color: Myrtle. HEX triplet: 10, 40 and 10. RGB value is (16,64,16). Sum of RGB (Red+Green+Blue) = 16+64+16=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #104010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104010 is #EFBFEF. Grayscale: #2C2C2C. Windows color (decimal): -15712240 or 1064976. OLE color: 1064976.
HSL color Cylindrical-coordinate representation of color #104010: hue angle of 120º 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 #104010 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 16 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.75 |
| HSL | 120º | 0.6% | 0.16% | - |
| HSV(B) | 120º | 0.75% | 0.25% | - |
| XYZ | 2.14 | 3.81 | 1.11 | - |
| YUV | 44.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 16 | 0.75 | 0 | 0.75 | 0.75 | 120 | 0.6 | 0.16 |
| Hex | 10 | 40 | 10 | 4B | 0 | 4B | 4B | 78 | 3C | 10 |
| Octal | 20 | 100 | 20 | 113 | 0 | 113 | 113 | 170 | 74 | 20 |
| Binary | 10000 | 1000000 | 10000 | 1001011 | 0 | 1001011 | 1001011 | 1111000 | 111100 | 10000 |
Color Harmonies of #104010
Complementary color
Monochromatic Colors of #104010
Black with #104010
Text Example
Text Example
White with #104010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104010; }
p { color: rgb(16,64,16); }
H1.HeaderClassName
{
color: #104010;
}
.AnyTagClassName
{
color: #104010;
}
</style>
background-color css
<style>
a { background-color: #104010; }
a { background-color: rgb(16,64,16); }
div.DivClassName
{
background-color: #104010;
}
.BgClassName
{
background-color: #104010;
}
</style>
border-color css
<style>
span { border-color: #104010; }
span { border-color: rgb(16,64,16); }
td.TdClassName
{
border-color: #104010;
}
.TagClassName
{
border-color: #104010;
}
</style>