Shades of Myrtle #10350D
Tints of Myrtle #10350D
RGB
CMYK
RGB Variations
Color information
#10350D (or 0x10350D) is known color: Myrtle. HEX triplet: 10, 35 and 0D. RGB value is (16,53,13). Sum of RGB (Red+Green+Blue) = 16+53+13=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 53 (21.09% from 255 or 64.63% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 53 - color contains mainly: green. Hex color #10350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10350D is #EFCAF2. Grayscale: #252525. Windows color (decimal): -15715059 or 865552. OLE color: 865552.
HSL color Cylindrical-coordinate representation of color #10350D: hue angle of 115.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10350D is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 13 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.79 |
| HSL | 115.5º | 0.61% | 0.13% | - |
| HSV(B) | 115.5º | 0.75% | 0.21% | - |
| XYZ | 1.56 | 2.69 | 0.82 | - |
| YUV | 37.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 13 | 0.70 | 0 | 0.75 | 0.79 | 115.5 | 0.61 | 0.13 |
| Hex | 10 | 35 | D | 46 | 0 | 4B | 4F | 74 | 3D | D |
| Octal | 20 | 65 | 15 | 106 | 0 | 113 | 117 | 164 | 75 | 15 |
| Binary | 10000 | 110101 | 1101 | 1000110 | 0 | 1001011 | 1001111 | 1110100 | 111101 | 1101 |
Color Harmonies of #10350D
Complementary color
Monochromatic Colors of #10350D
Black with #10350D
Text Example
Text Example
White with #10350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10350D; }
p { color: rgb(16,53,13); }
H1.HeaderClassName
{
color: #10350D;
}
.AnyTagClassName
{
color: #10350D;
}
</style>
background-color css
<style>
a { background-color: #10350D; }
a { background-color: rgb(16,53,13); }
div.DivClassName
{
background-color: #10350D;
}
.BgClassName
{
background-color: #10350D;
}
</style>
border-color css
<style>
span { border-color: #10350D; }
span { border-color: rgb(16,53,13); }
td.TdClassName
{
border-color: #10350D;
}
.TagClassName
{
border-color: #10350D;
}
</style>