Shades of Myrtle #103E14
Tints of Myrtle #103E14
RGB
CMYK
RGB Variations
Color information
#103E14 (or 0x103E14) is known color: Myrtle. HEX triplet: 10, 3E and 14. RGB value is (16,62,20). Sum of RGB (Red+Green+Blue) = 16+62+20=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 62 (24.61% from 255 or 63.27% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 62 - color contains mainly: green. Hex color #103E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E14 is #EFC1EB. Grayscale: #2B2B2B. Windows color (decimal): -15712748 or 1326608. OLE color: 1326608.
HSL color Cylindrical-coordinate representation of color #103E14: hue angle of 125.22º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E14 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 20 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.76 |
| HSL | 125.22º | 0.59% | 0.15% | - |
| HSV(B) | 125.22º | 0.74% | 0.24% | - |
| XYZ | 2.06 | 3.61 | 1.25 | - |
| YUV | 43.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 20 | 0.74 | 0 | 0.68 | 0.76 | 125.22 | 0.59 | 0.15 |
| Hex | 10 | 3E | 14 | 4A | 0 | 44 | 4C | 7D | 3B | F |
| Octal | 20 | 76 | 24 | 112 | 0 | 104 | 114 | 175 | 73 | 17 |
| Binary | 10000 | 111110 | 10100 | 1001010 | 0 | 1000100 | 1001100 | 1111101 | 111011 | 1111 |
Color Harmonies of #103E14
Complementary color
Monochromatic Colors of #103E14
Black with #103E14
Text Example
Text Example
White with #103E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E14; }
p { color: rgb(16,62,20); }
H1.HeaderClassName
{
color: #103E14;
}
.AnyTagClassName
{
color: #103E14;
}
</style>
background-color css
<style>
a { background-color: #103E14; }
a { background-color: rgb(16,62,20); }
div.DivClassName
{
background-color: #103E14;
}
.BgClassName
{
background-color: #103E14;
}
</style>
border-color css
<style>
span { border-color: #103E14; }
span { border-color: rgb(16,62,20); }
td.TdClassName
{
border-color: #103E14;
}
.TagClassName
{
border-color: #103E14;
}
</style>