Shades of Myrtle #103E10
Tints of Myrtle #103E10
RGB
CMYK
RGB Variations
Color information
#103E10 (or 0x103E10) is known color: Myrtle. HEX triplet: 10, 3E and 10. RGB value is (16,62,16). Sum of RGB (Red+Green+Blue) = 16+62+16=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 62 (24.61% from 255 or 65.96% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 62 - color contains mainly: green. Hex color #103E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E10 is #EFC1EF. Grayscale: #2B2B2B. Windows color (decimal): -15712752 or 1064464. OLE color: 1064464.
HSL color Cylindrical-coordinate representation of color #103E10: hue angle of 120º 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 #103E10 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 16 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.76 |
| HSL | 120º | 0.59% | 0.15% | - |
| HSV(B) | 120º | 0.74% | 0.24% | - |
| XYZ | 2.03 | 3.59 | 1.08 | - |
| YUV | 43 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 16 | 0.74 | 0 | 0.74 | 0.76 | 120 | 0.59 | 0.15 |
| Hex | 10 | 3E | 10 | 4A | 0 | 4A | 4C | 78 | 3B | F |
| Octal | 20 | 76 | 20 | 112 | 0 | 112 | 114 | 170 | 73 | 17 |
| Binary | 10000 | 111110 | 10000 | 1001010 | 0 | 1001010 | 1001100 | 1111000 | 111011 | 1111 |
Color Harmonies of #103E10
Complementary color
Monochromatic Colors of #103E10
Black with #103E10
Text Example
Text Example
White with #103E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E10; }
p { color: rgb(16,62,16); }
H1.HeaderClassName
{
color: #103E10;
}
.AnyTagClassName
{
color: #103E10;
}
</style>
background-color css
<style>
a { background-color: #103E10; }
a { background-color: rgb(16,62,16); }
div.DivClassName
{
background-color: #103E10;
}
.BgClassName
{
background-color: #103E10;
}
</style>
border-color css
<style>
span { border-color: #103E10; }
span { border-color: rgb(16,62,16); }
td.TdClassName
{
border-color: #103E10;
}
.TagClassName
{
border-color: #103E10;
}
</style>