Shades of Myrtle #104D10
Tints of Myrtle #104D10
RGB
CMYK
RGB Variations
Color information
#104D10 (or 0x104D10) is known color: Myrtle. HEX triplet: 10, 4D and 10. RGB value is (16,77,16). Sum of RGB (Red+Green+Blue) = 16+77+16=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #104D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D10 is #EFB2EF. Grayscale: #333333. Windows color (decimal): -15708912 or 1068304. OLE color: 1068304.
HSL color Cylindrical-coordinate representation of color #104D10: hue angle of 120º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D10 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 16 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.70 |
| HSL | 120º | 0.66% | 0.18% | - |
| HSV(B) | 120º | 0.79% | 0.3% | - |
| XYZ | 2.96 | 5.46 | 1.39 | - |
| YUV | 51.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 16 | 0.79 | 0 | 0.79 | 0.70 | 120 | 0.66 | 0.18 |
| Hex | 10 | 4D | 10 | 4F | 0 | 4F | 46 | 78 | 42 | 12 |
| Octal | 20 | 115 | 20 | 117 | 0 | 117 | 106 | 170 | 102 | 22 |
| Binary | 10000 | 1001101 | 10000 | 1001111 | 0 | 1001111 | 1000110 | 1111000 | 1000010 | 10010 |
Color Harmonies of #104D10
Complementary color
Monochromatic Colors of #104D10
Black with #104D10
Text Example
Text Example
White with #104D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D10; }
p { color: rgb(16,77,16); }
H1.HeaderClassName
{
color: #104D10;
}
.AnyTagClassName
{
color: #104D10;
}
</style>
background-color css
<style>
a { background-color: #104D10; }
a { background-color: rgb(16,77,16); }
div.DivClassName
{
background-color: #104D10;
}
.BgClassName
{
background-color: #104D10;
}
</style>
border-color css
<style>
span { border-color: #104D10; }
span { border-color: rgb(16,77,16); }
td.TdClassName
{
border-color: #104D10;
}
.TagClassName
{
border-color: #104D10;
}
</style>