Shades of Myrtle #104D08
Tints of Myrtle #104D08
RGB
CMYK
RGB Variations
Color information
#104D08 (or 0x104D08) is known color: Myrtle. HEX triplet: 10, 4D and 08. RGB value is (16,77,8). Sum of RGB (Red+Green+Blue) = 16+77+8=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #104D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D08 is #EFB2F7. Grayscale: #333333. Windows color (decimal): -15708920 or 544016. OLE color: 544016.
HSL color Cylindrical-coordinate representation of color #104D08: hue angle of 113.04º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104D08 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 8 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.70 |
| HSL | 113.04º | 0.81% | 0.17% | - |
| HSV(B) | 113.04º | 0.9% | 0.3% | - |
| XYZ | 2.91 | 5.44 | 1.13 | - |
| YUV | 50.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 8 | 0.79 | 0 | 0.90 | 0.70 | 113.04 | 0.81 | 0.17 |
| Hex | 10 | 4D | 8 | 4F | 0 | 5A | 46 | 71 | 51 | 11 |
| Octal | 20 | 115 | 10 | 117 | 0 | 132 | 106 | 161 | 121 | 21 |
| Binary | 10000 | 1001101 | 1000 | 1001111 | 0 | 1011010 | 1000110 | 1110001 | 1010001 | 10001 |
Color Harmonies of #104D08
Complementary color
Monochromatic Colors of #104D08
Black with #104D08
Text Example
Text Example
White with #104D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D08; }
p { color: rgb(16,77,8); }
H1.HeaderClassName
{
color: #104D08;
}
.AnyTagClassName
{
color: #104D08;
}
</style>
background-color css
<style>
a { background-color: #104D08; }
a { background-color: rgb(16,77,8); }
div.DivClassName
{
background-color: #104D08;
}
.BgClassName
{
background-color: #104D08;
}
</style>
border-color css
<style>
span { border-color: #104D08; }
span { border-color: rgb(16,77,8); }
td.TdClassName
{
border-color: #104D08;
}
.TagClassName
{
border-color: #104D08;
}
</style>