Shades of Myrtle #10350A
Tints of Myrtle #10350A
RGB
CMYK
RGB Variations
Color information
#10350A (or 0x10350A) is known color: Myrtle. HEX triplet: 10, 35 and 0A. RGB value is (16,53,10). Sum of RGB (Red+Green+Blue) = 16+53+10=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 53 (21.09% from 255 or 67.09% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 53 - color contains mainly: green. Hex color #10350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10350A is #EFCAF5. Grayscale: #252525. Windows color (decimal): -15715062 or 668944. OLE color: 668944.
HSL color Cylindrical-coordinate representation of color #10350A: hue angle of 111.63º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10350A is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 10 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.79 |
| HSL | 111.63º | 0.68% | 0.12% | - |
| HSV(B) | 111.63º | 0.81% | 0.21% | - |
| XYZ | 1.54 | 2.68 | 0.72 | - |
| YUV | 37.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 10 | 0.70 | 0 | 0.81 | 0.79 | 111.63 | 0.68 | 0.12 |
| Hex | 10 | 35 | A | 46 | 0 | 51 | 4F | 70 | 44 | C |
| Octal | 20 | 65 | 12 | 106 | 0 | 121 | 117 | 160 | 104 | 14 |
| Binary | 10000 | 110101 | 1010 | 1000110 | 0 | 1010001 | 1001111 | 1110000 | 1000100 | 1100 |
Color Harmonies of #10350A
Complementary color
Monochromatic Colors of #10350A
Black with #10350A
Text Example
Text Example
White with #10350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10350A; }
p { color: rgb(16,53,10); }
H1.HeaderClassName
{
color: #10350A;
}
.AnyTagClassName
{
color: #10350A;
}
</style>
background-color css
<style>
a { background-color: #10350A; }
a { background-color: rgb(16,53,10); }
div.DivClassName
{
background-color: #10350A;
}
.BgClassName
{
background-color: #10350A;
}
</style>
border-color css
<style>
span { border-color: #10350A; }
span { border-color: rgb(16,53,10); }
td.TdClassName
{
border-color: #10350A;
}
.TagClassName
{
border-color: #10350A;
}
</style>