Shades of Myrtle #10490C
Tints of Myrtle #10490C
RGB
CMYK
RGB Variations
Color information
#10490C (or 0x10490C) is known color: Myrtle. HEX triplet: 10, 49 and 0C. RGB value is (16,73,12). Sum of RGB (Red+Green+Blue) = 16+73+12=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #10490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10490C is #EFB6F3. Grayscale: #313131. Windows color (decimal): -15709940 or 805136. OLE color: 805136.
HSL color Cylindrical-coordinate representation of color #10490C: hue angle of 116.07º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10490C is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 12 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.71 |
| HSL | 116.07º | 0.72% | 0.17% | - |
| HSV(B) | 116.07º | 0.84% | 0.29% | - |
| XYZ | 2.66 | 4.9 | 1.15 | - |
| YUV | 49 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 12 | 0.78 | 0 | 0.84 | 0.71 | 116.07 | 0.72 | 0.17 |
| Hex | 10 | 49 | C | 4E | 0 | 54 | 47 | 74 | 48 | 11 |
| Octal | 20 | 111 | 14 | 116 | 0 | 124 | 107 | 164 | 110 | 21 |
| Binary | 10000 | 1001001 | 1100 | 1001110 | 0 | 1010100 | 1000111 | 1110100 | 1001000 | 10001 |
Color Harmonies of #10490C
Complementary color
Monochromatic Colors of #10490C
Black with #10490C
Text Example
Text Example
White with #10490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10490C; }
p { color: rgb(16,73,12); }
H1.HeaderClassName
{
color: #10490C;
}
.AnyTagClassName
{
color: #10490C;
}
</style>
background-color css
<style>
a { background-color: #10490C; }
a { background-color: rgb(16,73,12); }
div.DivClassName
{
background-color: #10490C;
}
.BgClassName
{
background-color: #10490C;
}
</style>
border-color css
<style>
span { border-color: #10490C; }
span { border-color: rgb(16,73,12); }
td.TdClassName
{
border-color: #10490C;
}
.TagClassName
{
border-color: #10490C;
}
</style>