Shades of Myrtle #09400F
Tints of Myrtle #09400F
RGB
CMYK
RGB Variations
Color information
#09400F (or 0x09400F) is known color: Myrtle. HEX triplet: 09, 40 and 0F. RGB value is (9,64,15). Sum of RGB (Red+Green+Blue) = 9+64+15=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #09400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09400F is #F6BFF0. Grayscale: #2A2A2A. Windows color (decimal): -16170993 or 999433. OLE color: 999433.
HSL color Cylindrical-coordinate representation of color #09400F: hue angle of 126.55º 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 #09400F is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 15 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.75 |
| HSL | 126.55º | 0.75% | 0.14% | - |
| HSV(B) | 126.55º | 0.86% | 0.25% | - |
| XYZ | 2.03 | 3.76 | 1.07 | - |
| YUV | 41.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 15 | 0.86 | 0 | 0.77 | 0.75 | 126.55 | 0.75 | 0.14 |
| Hex | 9 | 40 | F | 56 | 0 | 4D | 4B | 7F | 4B | E |
| Octal | 11 | 100 | 17 | 126 | 0 | 115 | 113 | 177 | 113 | 16 |
| Binary | 1001 | 1000000 | 1111 | 1010110 | 0 | 1001101 | 1001011 | 1111111 | 1001011 | 1110 |
Color Harmonies of #09400F
Complementary color
Monochromatic Colors of #09400F
Black with #09400F
Text Example
Text Example
White with #09400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09400F; }
p { color: rgb(9,64,15); }
H1.HeaderClassName
{
color: #09400F;
}
.AnyTagClassName
{
color: #09400F;
}
</style>
background-color css
<style>
a { background-color: #09400F; }
a { background-color: rgb(9,64,15); }
div.DivClassName
{
background-color: #09400F;
}
.BgClassName
{
background-color: #09400F;
}
</style>
border-color css
<style>
span { border-color: #09400F; }
span { border-color: rgb(9,64,15); }
td.TdClassName
{
border-color: #09400F;
}
.TagClassName
{
border-color: #09400F;
}
</style>