Shades of Myrtle #104002
Tints of Myrtle #104002
RGB
CMYK
RGB Variations
Color information
#104002 (or 0x104002) is known color: Myrtle. HEX triplet: 10, 40 and 02. RGB value is (16,64,2). Sum of RGB (Red+Green+Blue) = 16+64+2=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #104002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104002 is #EFBFFD. Grayscale: #2A2A2A. Windows color (decimal): -15712254 or 147472. OLE color: 147472.
HSL color Cylindrical-coordinate representation of color #104002: hue angle of 106.45º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #104002 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 2 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.75 |
| HSL | 106.45º | 0.94% | 0.13% | - |
| HSV(B) | 106.45º | 0.97% | 0.25% | - |
| XYZ | 2.06 | 3.78 | 0.68 | - |
| YUV | 42.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 2 | 0.75 | 0 | 0.97 | 0.75 | 106.45 | 0.94 | 0.13 |
| Hex | 10 | 40 | 2 | 4B | 0 | 61 | 4B | 6A | 5E | D |
| Octal | 20 | 100 | 2 | 113 | 0 | 141 | 113 | 152 | 136 | 15 |
| Binary | 10000 | 1000000 | 10 | 1001011 | 0 | 1100001 | 1001011 | 1101010 | 1011110 | 1101 |
Color Harmonies of #104002
Complementary color
Monochromatic Colors of #104002
Black with #104002
Text Example
Text Example
White with #104002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104002; }
p { color: rgb(16,64,2); }
H1.HeaderClassName
{
color: #104002;
}
.AnyTagClassName
{
color: #104002;
}
</style>
background-color css
<style>
a { background-color: #104002; }
a { background-color: rgb(16,64,2); }
div.DivClassName
{
background-color: #104002;
}
.BgClassName
{
background-color: #104002;
}
</style>
border-color css
<style>
span { border-color: #104002; }
span { border-color: rgb(16,64,2); }
td.TdClassName
{
border-color: #104002;
}
.TagClassName
{
border-color: #104002;
}
</style>