Shades of Myrtle #104D14
Tints of Myrtle #104D14
RGB
CMYK
RGB Variations
Color information
#104D14 (or 0x104D14) is known color: Myrtle. HEX triplet: 10, 4D and 14. RGB value is (16,77,20). Sum of RGB (Red+Green+Blue) = 16+77+20=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #104D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D14 is #EFB2EB. Grayscale: #343434. Windows color (decimal): -15708908 or 1330448. OLE color: 1330448.
HSL color Cylindrical-coordinate representation of color #104D14: hue angle of 123.93º 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 #104D14 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 20 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.70 |
| HSL | 123.93º | 0.66% | 0.18% | - |
| HSV(B) | 123.93º | 0.79% | 0.3% | - |
| XYZ | 2.99 | 5.47 | 1.56 | - |
| YUV | 52.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 20 | 0.79 | 0 | 0.74 | 0.70 | 123.93 | 0.66 | 0.18 |
| Hex | 10 | 4D | 14 | 4F | 0 | 4A | 46 | 7C | 42 | 12 |
| Octal | 20 | 115 | 24 | 117 | 0 | 112 | 106 | 174 | 102 | 22 |
| Binary | 10000 | 1001101 | 10100 | 1001111 | 0 | 1001010 | 1000110 | 1111100 | 1000010 | 10010 |
Color Harmonies of #104D14
Complementary color
Monochromatic Colors of #104D14
Black with #104D14
Text Example
Text Example
White with #104D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D14; }
p { color: rgb(16,77,20); }
H1.HeaderClassName
{
color: #104D14;
}
.AnyTagClassName
{
color: #104D14;
}
</style>
background-color css
<style>
a { background-color: #104D14; }
a { background-color: rgb(16,77,20); }
div.DivClassName
{
background-color: #104D14;
}
.BgClassName
{
background-color: #104D14;
}
</style>
border-color css
<style>
span { border-color: #104D14; }
span { border-color: rgb(16,77,20); }
td.TdClassName
{
border-color: #104D14;
}
.TagClassName
{
border-color: #104D14;
}
</style>