Shades of Myrtle #09400B
Tints of Myrtle #09400B
RGB
CMYK
RGB Variations
Color information
#09400B (or 0x09400B) is known color: Myrtle. HEX triplet: 09, 40 and 0B. RGB value is (9,64,11). Sum of RGB (Red+Green+Blue) = 9+64+11=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #09400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09400B is #F6BFF4. Grayscale: #292929. Windows color (decimal): -16170997 or 737289. OLE color: 737289.
HSL color Cylindrical-coordinate representation of color #09400B: hue angle of 122.18º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09400B is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 11 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.75 |
| HSL | 122.18º | 0.75% | 0.14% | - |
| HSV(B) | 122.18º | 0.86% | 0.25% | - |
| XYZ | 2.01 | 3.75 | 0.93 | - |
| YUV | 41.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 11 | 0.86 | 0 | 0.83 | 0.75 | 122.18 | 0.75 | 0.14 |
| Hex | 9 | 40 | B | 56 | 0 | 53 | 4B | 7A | 4B | E |
| Octal | 11 | 100 | 13 | 126 | 0 | 123 | 113 | 172 | 113 | 16 |
| Binary | 1001 | 1000000 | 1011 | 1010110 | 0 | 1010011 | 1001011 | 1111010 | 1001011 | 1110 |
Color Harmonies of #09400B
Complementary color
Monochromatic Colors of #09400B
Black with #09400B
Text Example
Text Example
White with #09400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09400B; }
p { color: rgb(9,64,11); }
H1.HeaderClassName
{
color: #09400B;
}
.AnyTagClassName
{
color: #09400B;
}
</style>
background-color css
<style>
a { background-color: #09400B; }
a { background-color: rgb(9,64,11); }
div.DivClassName
{
background-color: #09400B;
}
.BgClassName
{
background-color: #09400B;
}
</style>
border-color css
<style>
span { border-color: #09400B; }
span { border-color: rgb(9,64,11); }
td.TdClassName
{
border-color: #09400B;
}
.TagClassName
{
border-color: #09400B;
}
</style>