Shades of Myrtle #104D0F
Tints of Myrtle #104D0F
RGB
CMYK
RGB Variations
Color information
#104D0F (or 0x104D0F) is known color: Myrtle. HEX triplet: 10, 4D and 0F. RGB value is (16,77,15). Sum of RGB (Red+Green+Blue) = 16+77+15=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 77 (30.47% from 255 or 71.30% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 77 - color contains mainly: green. Hex color #104D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D0F is #EFB2F0. Grayscale: #333333. Windows color (decimal): -15708913 or 1002768. OLE color: 1002768.
HSL color Cylindrical-coordinate representation of color #104D0F: hue angle of 119.03º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104D0F is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 15 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.70 |
| HSL | 119.03º | 0.67% | 0.18% | - |
| HSV(B) | 119.03º | 0.81% | 0.3% | - |
| XYZ | 2.95 | 5.45 | 1.35 | - |
| YUV | 51.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 15 | 0.79 | 0 | 0.81 | 0.70 | 119.03 | 0.67 | 0.18 |
| Hex | 10 | 4D | F | 4F | 0 | 51 | 46 | 77 | 43 | 12 |
| Octal | 20 | 115 | 17 | 117 | 0 | 121 | 106 | 167 | 103 | 22 |
| Binary | 10000 | 1001101 | 1111 | 1001111 | 0 | 1010001 | 1000110 | 1110111 | 1000011 | 10010 |
Color Harmonies of #104D0F
Complementary color
Monochromatic Colors of #104D0F
Black with #104D0F
Text Example
Text Example
White with #104D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D0F; }
p { color: rgb(16,77,15); }
H1.HeaderClassName
{
color: #104D0F;
}
.AnyTagClassName
{
color: #104D0F;
}
</style>
background-color css
<style>
a { background-color: #104D0F; }
a { background-color: rgb(16,77,15); }
div.DivClassName
{
background-color: #104D0F;
}
.BgClassName
{
background-color: #104D0F;
}
</style>
border-color css
<style>
span { border-color: #104D0F; }
span { border-color: rgb(16,77,15); }
td.TdClassName
{
border-color: #104D0F;
}
.TagClassName
{
border-color: #104D0F;
}
</style>