Shades of Myrtle #103E03
Tints of Myrtle #103E03
RGB
CMYK
RGB Variations
Color information
#103E03 (or 0x103E03) is known color: Myrtle. HEX triplet: 10, 3E and 03. RGB value is (16,62,3). Sum of RGB (Red+Green+Blue) = 16+62+3=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 62 (24.61% from 255 or 76.54% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 62 - color contains mainly: green. Hex color #103E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E03 is #EFC1FC. Grayscale: #292929. Windows color (decimal): -15712765 or 212496. OLE color: 212496.
HSL color Cylindrical-coordinate representation of color #103E03: hue angle of 106.78º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #103E03 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 3 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.76 |
| HSL | 106.78º | 0.91% | 0.13% | - |
| HSV(B) | 106.78º | 0.95% | 0.24% | - |
| XYZ | 1.95 | 3.56 | 0.67 | - |
| YUV | 41.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 3 | 0.74 | 0 | 0.95 | 0.76 | 106.78 | 0.91 | 0.13 |
| Hex | 10 | 3E | 3 | 4A | 0 | 5F | 4C | 6B | 5B | D |
| Octal | 20 | 76 | 3 | 112 | 0 | 137 | 114 | 153 | 133 | 15 |
| Binary | 10000 | 111110 | 11 | 1001010 | 0 | 1011111 | 1001100 | 1101011 | 1011011 | 1101 |
Color Harmonies of #103E03
Complementary color
Monochromatic Colors of #103E03
Black with #103E03
Text Example
Text Example
White with #103E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E03; }
p { color: rgb(16,62,3); }
H1.HeaderClassName
{
color: #103E03;
}
.AnyTagClassName
{
color: #103E03;
}
</style>
background-color css
<style>
a { background-color: #103E03; }
a { background-color: rgb(16,62,3); }
div.DivClassName
{
background-color: #103E03;
}
.BgClassName
{
background-color: #103E03;
}
</style>
border-color css
<style>
span { border-color: #103E03; }
span { border-color: rgb(16,62,3); }
td.TdClassName
{
border-color: #103E03;
}
.TagClassName
{
border-color: #103E03;
}
</style>