Shades of Myrtle #10400A
Tints of Myrtle #10400A
RGB
CMYK
RGB Variations
Color information
#10400A (or 0x10400A) is known color: Myrtle. HEX triplet: 10, 40 and 0A. RGB value is (16,64,10). Sum of RGB (Red+Green+Blue) = 16+64+10=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #10400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10400A is #EFBFF5. Grayscale: #2B2B2B. Windows color (decimal): -15712246 or 671760. OLE color: 671760.
HSL color Cylindrical-coordinate representation of color #10400A: hue angle of 113.33º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10400A is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 10 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.75 |
| HSL | 113.33º | 0.73% | 0.15% | - |
| HSV(B) | 113.33º | 0.84% | 0.25% | - |
| XYZ | 2.1 | 3.8 | 0.91 | - |
| YUV | 43.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 10 | 0.75 | 0 | 0.84 | 0.75 | 113.33 | 0.73 | 0.15 |
| Hex | 10 | 40 | A | 4B | 0 | 54 | 4B | 71 | 49 | F |
| Octal | 20 | 100 | 12 | 113 | 0 | 124 | 113 | 161 | 111 | 17 |
| Binary | 10000 | 1000000 | 1010 | 1001011 | 0 | 1010100 | 1001011 | 1110001 | 1001001 | 1111 |
Color Harmonies of #10400A
Complementary color
Monochromatic Colors of #10400A
Black with #10400A
Text Example
Text Example
White with #10400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10400A; }
p { color: rgb(16,64,10); }
H1.HeaderClassName
{
color: #10400A;
}
.AnyTagClassName
{
color: #10400A;
}
</style>
background-color css
<style>
a { background-color: #10400A; }
a { background-color: rgb(16,64,10); }
div.DivClassName
{
background-color: #10400A;
}
.BgClassName
{
background-color: #10400A;
}
</style>
border-color css
<style>
span { border-color: #10400A; }
span { border-color: rgb(16,64,10); }
td.TdClassName
{
border-color: #10400A;
}
.TagClassName
{
border-color: #10400A;
}
</style>