Shades of Myrtle #104D04
Tints of Myrtle #104D04
RGB
CMYK
RGB Variations
Color information
#104D04 (or 0x104D04) is known color: Myrtle. HEX triplet: 10, 4D and 04. RGB value is (16,77,4). Sum of RGB (Red+Green+Blue) = 16+77+4=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 77 (30.47% from 255 or 79.38% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 77 - color contains mainly: green. Hex color #104D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D04 is #EFB2FB. Grayscale: #323232. Windows color (decimal): -15708924 or 281872. OLE color: 281872.
HSL color Cylindrical-coordinate representation of color #104D04: hue angle of 110.14º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #104D04 is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 4 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.70 |
| HSL | 110.14º | 0.9% | 0.16% | - |
| HSV(B) | 110.14º | 0.95% | 0.3% | - |
| XYZ | 2.89 | 5.43 | 1.01 | - |
| YUV | 50.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 4 | 0.79 | 0 | 0.95 | 0.70 | 110.14 | 0.9 | 0.16 |
| Hex | 10 | 4D | 4 | 4F | 0 | 5F | 46 | 6E | 5A | 10 |
| Octal | 20 | 115 | 4 | 117 | 0 | 137 | 106 | 156 | 132 | 20 |
| Binary | 10000 | 1001101 | 100 | 1001111 | 0 | 1011111 | 1000110 | 1101110 | 1011010 | 10000 |
Color Harmonies of #104D04
Complementary color
Monochromatic Colors of #104D04
Black with #104D04
Text Example
Text Example
White with #104D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D04; }
p { color: rgb(16,77,4); }
H1.HeaderClassName
{
color: #104D04;
}
.AnyTagClassName
{
color: #104D04;
}
</style>
background-color css
<style>
a { background-color: #104D04; }
a { background-color: rgb(16,77,4); }
div.DivClassName
{
background-color: #104D04;
}
.BgClassName
{
background-color: #104D04;
}
</style>
border-color css
<style>
span { border-color: #104D04; }
span { border-color: rgb(16,77,4); }
td.TdClassName
{
border-color: #104D04;
}
.TagClassName
{
border-color: #104D04;
}
</style>