Shades of Myrtle #103E0F
Tints of Myrtle #103E0F
RGB
CMYK
RGB Variations
Color information
#103E0F (or 0x103E0F) is known color: Myrtle. HEX triplet: 10, 3E and 0F. RGB value is (16,62,15). Sum of RGB (Red+Green+Blue) = 16+62+15=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 62 (24.61% from 255 or 66.67% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 62 - color contains mainly: green. Hex color #103E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E0F is #EFC1F0. Grayscale: #2B2B2B. Windows color (decimal): -15712753 or 998928. OLE color: 998928.
HSL color Cylindrical-coordinate representation of color #103E0F: hue angle of 118.72º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103E0F is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 15 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.76 |
| HSL | 118.72º | 0.61% | 0.15% | - |
| HSV(B) | 118.72º | 0.76% | 0.24% | - |
| XYZ | 2.02 | 3.59 | 1.04 | - |
| YUV | 42.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 15 | 0.74 | 0 | 0.76 | 0.76 | 118.72 | 0.61 | 0.15 |
| Hex | 10 | 3E | F | 4A | 0 | 4C | 4C | 77 | 3D | F |
| Octal | 20 | 76 | 17 | 112 | 0 | 114 | 114 | 167 | 75 | 17 |
| Binary | 10000 | 111110 | 1111 | 1001010 | 0 | 1001100 | 1001100 | 1110111 | 111101 | 1111 |
Color Harmonies of #103E0F
Complementary color
Monochromatic Colors of #103E0F
Black with #103E0F
Text Example
Text Example
White with #103E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E0F; }
p { color: rgb(16,62,15); }
H1.HeaderClassName
{
color: #103E0F;
}
.AnyTagClassName
{
color: #103E0F;
}
</style>
background-color css
<style>
a { background-color: #103E0F; }
a { background-color: rgb(16,62,15); }
div.DivClassName
{
background-color: #103E0F;
}
.BgClassName
{
background-color: #103E0F;
}
</style>
border-color css
<style>
span { border-color: #103E0F; }
span { border-color: rgb(16,62,15); }
td.TdClassName
{
border-color: #103E0F;
}
.TagClassName
{
border-color: #103E0F;
}
</style>