Shades of Myrtle #10400C
Tints of Myrtle #10400C
RGB
CMYK
RGB Variations
Color information
#10400C (or 0x10400C) is known color: Myrtle. HEX triplet: 10, 40 and 0C. RGB value is (16,64,12). Sum of RGB (Red+Green+Blue) = 16+64+12=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #10400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10400C is #EFBFF3. Grayscale: #2B2B2B. Windows color (decimal): -15712244 or 802832. OLE color: 802832.
HSL color Cylindrical-coordinate representation of color #10400C: hue angle of 115.38º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10400C is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 12 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.75 |
| HSL | 115.38º | 0.68% | 0.15% | - |
| HSV(B) | 115.38º | 0.81% | 0.25% | - |
| XYZ | 2.11 | 3.8 | 0.97 | - |
| YUV | 43.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 12 | 0.75 | 0 | 0.81 | 0.75 | 115.38 | 0.68 | 0.15 |
| Hex | 10 | 40 | C | 4B | 0 | 51 | 4B | 73 | 44 | F |
| Octal | 20 | 100 | 14 | 113 | 0 | 121 | 113 | 163 | 104 | 17 |
| Binary | 10000 | 1000000 | 1100 | 1001011 | 0 | 1010001 | 1001011 | 1110011 | 1000100 | 1111 |
Color Harmonies of #10400C
Complementary color
Monochromatic Colors of #10400C
Black with #10400C
Text Example
Text Example
White with #10400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10400C; }
p { color: rgb(16,64,12); }
H1.HeaderClassName
{
color: #10400C;
}
.AnyTagClassName
{
color: #10400C;
}
</style>
background-color css
<style>
a { background-color: #10400C; }
a { background-color: rgb(16,64,12); }
div.DivClassName
{
background-color: #10400C;
}
.BgClassName
{
background-color: #10400C;
}
</style>
border-color css
<style>
span { border-color: #10400C; }
span { border-color: rgb(16,64,12); }
td.TdClassName
{
border-color: #10400C;
}
.TagClassName
{
border-color: #10400C;
}
</style>