Shades of Myrtle #103700
Tints of Myrtle #103700
RGB
CMYK
RGB Variations
Color information
#103700 (or 0x103700) is known color: Myrtle. HEX triplet: 10, 37 and 00. RGB value is (16,55,0). Sum of RGB (Red+Green+Blue) = 16+55+0=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #103700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103700 is #EFC8FF. Grayscale: #252525. Windows color (decimal): -15714560 or 14096. OLE color: 14096.
HSL color Cylindrical-coordinate representation of color #103700: hue angle of 102.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #103700 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.78 |
| HSL | 102.55º | 1% | 0.11% | - |
| HSV(B) | 102.55º | 1% | 0.22% | - |
| XYZ | 1.58 | 2.84 | 0.47 | - |
| YUV | 37.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 0 | 0.71 | 0 | 1 | 0.78 | 102.55 | 1 | 0.11 |
| Hex | 10 | 37 | 0 | 47 | 0 | 64 | 4E | 67 | 64 | B |
| Octal | 20 | 67 | 0 | 107 | 0 | 144 | 116 | 147 | 144 | 13 |
| Binary | 10000 | 110111 | 0 | 1000111 | 0 | 1100100 | 1001110 | 1100111 | 1100100 | 1011 |
Color Harmonies of #103700
Complementary color
Monochromatic Colors of #103700
Black with #103700
Text Example
Text Example
White with #103700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103700; }
p { color: rgb(16,55,0); }
H1.HeaderClassName
{
color: #103700;
}
.AnyTagClassName
{
color: #103700;
}
</style>
background-color css
<style>
a { background-color: #103700; }
a { background-color: rgb(16,55,0); }
div.DivClassName
{
background-color: #103700;
}
.BgClassName
{
background-color: #103700;
}
</style>
border-color css
<style>
span { border-color: #103700; }
span { border-color: rgb(16,55,0); }
td.TdClassName
{
border-color: #103700;
}
.TagClassName
{
border-color: #103700;
}
</style>