Shades of Myrtle #104903
Tints of Myrtle #104903
RGB
CMYK
RGB Variations
Color information
#104903 (or 0x104903) is known color: Myrtle. HEX triplet: 10, 49 and 03. RGB value is (16,73,3). Sum of RGB (Red+Green+Blue) = 16+73+3=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 73 (28.91% from 255 or 79.35% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 73 - color contains mainly: green. Hex color #104903 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104903 is #EFB6FC. Grayscale: #303030. Windows color (decimal): -15709949 or 215312. OLE color: 215312.
HSL color Cylindrical-coordinate representation of color #104903: hue angle of 108.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #104903 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 3 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.71 |
| HSL | 108.86º | 0.92% | 0.15% | - |
| HSV(B) | 108.86º | 0.96% | 0.29% | - |
| XYZ | 2.61 | 4.88 | 0.89 | - |
| YUV | 47.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 3 | 0.78 | 0 | 0.96 | 0.71 | 108.86 | 0.92 | 0.15 |
| Hex | 10 | 49 | 3 | 4E | 0 | 60 | 47 | 6D | 5C | F |
| Octal | 20 | 111 | 3 | 116 | 0 | 140 | 107 | 155 | 134 | 17 |
| Binary | 10000 | 1001001 | 11 | 1001110 | 0 | 1100000 | 1000111 | 1101101 | 1011100 | 1111 |
Color Harmonies of #104903
Complementary color
Monochromatic Colors of #104903
Black with #104903
Text Example
Text Example
White with #104903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104903; }
p { color: rgb(16,73,3); }
H1.HeaderClassName
{
color: #104903;
}
.AnyTagClassName
{
color: #104903;
}
</style>
background-color css
<style>
a { background-color: #104903; }
a { background-color: rgb(16,73,3); }
div.DivClassName
{
background-color: #104903;
}
.BgClassName
{
background-color: #104903;
}
</style>
border-color css
<style>
span { border-color: #104903; }
span { border-color: rgb(16,73,3); }
td.TdClassName
{
border-color: #104903;
}
.TagClassName
{
border-color: #104903;
}
</style>