Shades of Myrtle #10400B
Tints of Myrtle #10400B
RGB
CMYK
RGB Variations
Color information
#10400B (or 0x10400B) is known color: Myrtle. HEX triplet: 10, 40 and 0B. RGB value is (16,64,11). Sum of RGB (Red+Green+Blue) = 16+64+11=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #10400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10400B is #EFBFF4. Grayscale: #2B2B2B. Windows color (decimal): -15712245 or 737296. OLE color: 737296.
HSL color Cylindrical-coordinate representation of color #10400B: hue angle of 114.34º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10400B is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 11 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.75 |
| HSL | 114.34º | 0.71% | 0.15% | - |
| HSV(B) | 114.34º | 0.83% | 0.25% | - |
| XYZ | 2.11 | 3.8 | 0.94 | - |
| YUV | 43.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 11 | 0.75 | 0 | 0.83 | 0.75 | 114.34 | 0.71 | 0.15 |
| Hex | 10 | 40 | B | 4B | 0 | 53 | 4B | 72 | 47 | F |
| Octal | 20 | 100 | 13 | 113 | 0 | 123 | 113 | 162 | 107 | 17 |
| Binary | 10000 | 1000000 | 1011 | 1001011 | 0 | 1010011 | 1001011 | 1110010 | 1000111 | 1111 |
Color Harmonies of #10400B
Complementary color
Monochromatic Colors of #10400B
Black with #10400B
Text Example
Text Example
White with #10400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10400B; }
p { color: rgb(16,64,11); }
H1.HeaderClassName
{
color: #10400B;
}
.AnyTagClassName
{
color: #10400B;
}
</style>
background-color css
<style>
a { background-color: #10400B; }
a { background-color: rgb(16,64,11); }
div.DivClassName
{
background-color: #10400B;
}
.BgClassName
{
background-color: #10400B;
}
</style>
border-color css
<style>
span { border-color: #10400B; }
span { border-color: rgb(16,64,11); }
td.TdClassName
{
border-color: #10400B;
}
.TagClassName
{
border-color: #10400B;
}
</style>