Shades of Myrtle #104D00
Tints of Myrtle #104D00
RGB
CMYK
RGB Variations
Color information
#104D00 (or 0x104D00) is known color: Myrtle. HEX triplet: 10, 4D and 00. RGB value is (16,77,0). Sum of RGB (Red+Green+Blue) = 16+77+0=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 77 (30.47% from 255 or 82.80% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 77 - color contains mainly: green. Hex color #104D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D00 is #EFB2FF. Grayscale: #323232. Windows color (decimal): -15708928 or 19728. OLE color: 19728.
HSL color Cylindrical-coordinate representation of color #104D00: hue angle of 107.53º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #104D00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.70 |
| HSL | 107.53º | 1% | 0.15% | - |
| HSV(B) | 107.53º | 1% | 0.3% | - |
| XYZ | 2.87 | 5.42 | 0.89 | - |
| YUV | 49.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 0 | 0.79 | 0 | 1 | 0.70 | 107.53 | 1 | 0.15 |
| Hex | 10 | 4D | 0 | 4F | 0 | 64 | 46 | 6C | 64 | F |
| Octal | 20 | 115 | 0 | 117 | 0 | 144 | 106 | 154 | 144 | 17 |
| Binary | 10000 | 1001101 | 0 | 1001111 | 0 | 1100100 | 1000110 | 1101100 | 1100100 | 1111 |
Color Harmonies of #104D00
Complementary color
Monochromatic Colors of #104D00
Black with #104D00
Text Example
Text Example
White with #104D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D00; }
p { color: rgb(16,77,0); }
H1.HeaderClassName
{
color: #104D00;
}
.AnyTagClassName
{
color: #104D00;
}
</style>
background-color css
<style>
a { background-color: #104D00; }
a { background-color: rgb(16,77,0); }
div.DivClassName
{
background-color: #104D00;
}
.BgClassName
{
background-color: #104D00;
}
</style>
border-color css
<style>
span { border-color: #104D00; }
span { border-color: rgb(16,77,0); }
td.TdClassName
{
border-color: #104D00;
}
.TagClassName
{
border-color: #104D00;
}
</style>