Shades of Myrtle #0A400B
Tints of Myrtle #0A400B
RGB
CMYK
RGB Variations
Color information
#0A400B (or 0x0A400B) is known color: Myrtle. HEX triplet: 0A, 40 and 0B. RGB value is (10,64,11). Sum of RGB (Red+Green+Blue) = 10+64+11=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #0A400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A400B is #F5BFF4. Grayscale: #292929. Windows color (decimal): -16105461 or 737290. OLE color: 737290.
HSL color Cylindrical-coordinate representation of color #0A400B: hue angle of 121.11º 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 #0A400B is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 64 | 11 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.75 |
| HSL | 121.11º | 0.73% | 0.15% | - |
| HSV(B) | 121.11º | 0.84% | 0.25% | - |
| XYZ | 2.02 | 3.76 | 0.94 | - |
| YUV | 41.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 11 | 0.84 | 0 | 0.83 | 0.75 | 121.11 | 0.73 | 0.15 |
| Hex | A | 40 | B | 54 | 0 | 53 | 4B | 79 | 49 | F |
| Octal | 12 | 100 | 13 | 124 | 0 | 123 | 113 | 171 | 111 | 17 |
| Binary | 1010 | 1000000 | 1011 | 1010100 | 0 | 1010011 | 1001011 | 1111001 | 1001001 | 1111 |
Color Harmonies of #0A400B
Complementary color
Monochromatic Colors of #0A400B
Black with #0A400B
Text Example
Text Example
White with #0A400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A400B; }
p { color: rgb(10,64,11); }
H1.HeaderClassName
{
color: #0A400B;
}
.AnyTagClassName
{
color: #0A400B;
}
</style>
background-color css
<style>
a { background-color: #0A400B; }
a { background-color: rgb(10,64,11); }
div.DivClassName
{
background-color: #0A400B;
}
.BgClassName
{
background-color: #0A400B;
}
</style>
border-color css
<style>
span { border-color: #0A400B; }
span { border-color: rgb(10,64,11); }
td.TdClassName
{
border-color: #0A400B;
}
.TagClassName
{
border-color: #0A400B;
}
</style>