Shades of Myrtle #103F16
Tints of Myrtle #103F16
RGB
CMYK
RGB Variations
Color information
#103F16 (or 0x103F16) is known color: Myrtle. HEX triplet: 10, 3F and 16. RGB value is (16,63,22). Sum of RGB (Red+Green+Blue) = 16+63+22=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #103F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103F16 is #EFC0E9. Grayscale: #2C2C2C. Windows color (decimal): -15712490 or 1457936. OLE color: 1457936.
HSL color Cylindrical-coordinate representation of color #103F16: hue angle of 127.66º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F16 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 22 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.75 |
| HSL | 127.66º | 0.59% | 0.15% | - |
| HSV(B) | 127.66º | 0.75% | 0.25% | - |
| XYZ | 2.14 | 3.72 | 1.37 | - |
| YUV | 44.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 22 | 0.75 | 0 | 0.65 | 0.75 | 127.66 | 0.59 | 0.15 |
| Hex | 10 | 3F | 16 | 4B | 0 | 41 | 4B | 80 | 3B | F |
| Octal | 20 | 77 | 26 | 113 | 0 | 101 | 113 | 200 | 73 | 17 |
| Binary | 10000 | 111111 | 10110 | 1001011 | 0 | 1000001 | 1001011 | 10000000 | 111011 | 1111 |
Color Harmonies of #103F16
Complementary color
Monochromatic Colors of #103F16
Black with #103F16
Text Example
Text Example
White with #103F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F16; }
p { color: rgb(16,63,22); }
H1.HeaderClassName
{
color: #103F16;
}
.AnyTagClassName
{
color: #103F16;
}
</style>
background-color css
<style>
a { background-color: #103F16; }
a { background-color: rgb(16,63,22); }
div.DivClassName
{
background-color: #103F16;
}
.BgClassName
{
background-color: #103F16;
}
</style>
border-color css
<style>
span { border-color: #103F16; }
span { border-color: rgb(16,63,22); }
td.TdClassName
{
border-color: #103F16;
}
.TagClassName
{
border-color: #103F16;
}
</style>