Shades of Myrtle #104905
Tints of Myrtle #104905
RGB
CMYK
RGB Variations
Color information
#104905 (or 0x104905) is known color: Myrtle. HEX triplet: 10, 49 and 05. RGB value is (16,73,5). Sum of RGB (Red+Green+Blue) = 16+73+5=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #104905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104905 is #EFB6FA. Grayscale: #303030. Windows color (decimal): -15709947 or 346384. OLE color: 346384.
HSL color Cylindrical-coordinate representation of color #104905: hue angle of 110.29º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104905 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 5 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.71 |
| HSL | 110.29º | 0.87% | 0.15% | - |
| HSV(B) | 110.29º | 0.93% | 0.29% | - |
| XYZ | 2.62 | 4.89 | 0.95 | - |
| YUV | 48.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 5 | 0.78 | 0 | 0.93 | 0.71 | 110.29 | 0.87 | 0.15 |
| Hex | 10 | 49 | 5 | 4E | 0 | 5D | 47 | 6E | 57 | F |
| Octal | 20 | 111 | 5 | 116 | 0 | 135 | 107 | 156 | 127 | 17 |
| Binary | 10000 | 1001001 | 101 | 1001110 | 0 | 1011101 | 1000111 | 1101110 | 1010111 | 1111 |
Color Harmonies of #104905
Complementary color
Monochromatic Colors of #104905
Black with #104905
Text Example
Text Example
White with #104905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104905; }
p { color: rgb(16,73,5); }
H1.HeaderClassName
{
color: #104905;
}
.AnyTagClassName
{
color: #104905;
}
</style>
background-color css
<style>
a { background-color: #104905; }
a { background-color: rgb(16,73,5); }
div.DivClassName
{
background-color: #104905;
}
.BgClassName
{
background-color: #104905;
}
</style>
border-color css
<style>
span { border-color: #104905; }
span { border-color: rgb(16,73,5); }
td.TdClassName
{
border-color: #104905;
}
.TagClassName
{
border-color: #104905;
}
</style>