Shades of Myrtle #103503
Tints of Myrtle #103503
RGB
CMYK
RGB Variations
Color information
#103503 (or 0x103503) is known color: Myrtle. HEX triplet: 10, 35 and 03. RGB value is (16,53,3). Sum of RGB (Red+Green+Blue) = 16+53+3=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #103503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103503 is #EFCAFC. Grayscale: #242424. Windows color (decimal): -15715069 or 210192. OLE color: 210192.
HSL color Cylindrical-coordinate representation of color #103503: hue angle of 104.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103503 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 3 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.79 |
| HSL | 104.4º | 0.89% | 0.11% | - |
| HSV(B) | 104.4º | 0.94% | 0.21% | - |
| XYZ | 1.5 | 2.66 | 0.52 | - |
| YUV | 36.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 3 | 0.70 | 0 | 0.94 | 0.79 | 104.4 | 0.89 | 0.11 |
| Hex | 10 | 35 | 3 | 46 | 0 | 5E | 4F | 68 | 59 | B |
| Octal | 20 | 65 | 3 | 106 | 0 | 136 | 117 | 150 | 131 | 13 |
| Binary | 10000 | 110101 | 11 | 1000110 | 0 | 1011110 | 1001111 | 1101000 | 1011001 | 1011 |
Color Harmonies of #103503
Complementary color
Monochromatic Colors of #103503
Black with #103503
Text Example
Text Example
White with #103503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103503; }
p { color: rgb(16,53,3); }
H1.HeaderClassName
{
color: #103503;
}
.AnyTagClassName
{
color: #103503;
}
</style>
background-color css
<style>
a { background-color: #103503; }
a { background-color: rgb(16,53,3); }
div.DivClassName
{
background-color: #103503;
}
.BgClassName
{
background-color: #103503;
}
</style>
border-color css
<style>
span { border-color: #103503; }
span { border-color: rgb(16,53,3); }
td.TdClassName
{
border-color: #103503;
}
.TagClassName
{
border-color: #103503;
}
</style>