Shades of Myrtle #104E14
Tints of Myrtle #104E14
RGB
CMYK
RGB Variations
Color information
#104E14 (or 0x104E14) is known color: Myrtle. HEX triplet: 10, 4E and 14. RGB value is (16,78,20). Sum of RGB (Red+Green+Blue) = 16+78+20=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 78 (30.86% from 255 or 68.42% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 78 - color contains mainly: green. Hex color #104E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104E14 is #EFB1EB. Grayscale: #353535. Windows color (decimal): -15708652 or 1330704. OLE color: 1330704.
HSL color Cylindrical-coordinate representation of color #104E14: hue angle of 123.87º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E14 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 20 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.69 |
| HSL | 123.87º | 0.66% | 0.18% | - |
| HSV(B) | 123.87º | 0.79% | 0.31% | - |
| XYZ | 3.06 | 5.61 | 1.58 | - |
| YUV | 52.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 20 | 0.79 | 0 | 0.74 | 0.69 | 123.87 | 0.66 | 0.18 |
| Hex | 10 | 4E | 14 | 4F | 0 | 4A | 45 | 7C | 42 | 12 |
| Octal | 20 | 116 | 24 | 117 | 0 | 112 | 105 | 174 | 102 | 22 |
| Binary | 10000 | 1001110 | 10100 | 1001111 | 0 | 1001010 | 1000101 | 1111100 | 1000010 | 10010 |
Color Harmonies of #104E14
Complementary color
Monochromatic Colors of #104E14
Black with #104E14
Text Example
Text Example
White with #104E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E14; }
p { color: rgb(16,78,20); }
H1.HeaderClassName
{
color: #104E14;
}
.AnyTagClassName
{
color: #104E14;
}
</style>
background-color css
<style>
a { background-color: #104E14; }
a { background-color: rgb(16,78,20); }
div.DivClassName
{
background-color: #104E14;
}
.BgClassName
{
background-color: #104E14;
}
</style>
border-color css
<style>
span { border-color: #104E14; }
span { border-color: rgb(16,78,20); }
td.TdClassName
{
border-color: #104E14;
}
.TagClassName
{
border-color: #104E14;
}
</style>