Shades of Myrtle #094004
Tints of Myrtle #094004
RGB
CMYK
RGB Variations
Color information
#094004 (or 0x094004) is known color: Myrtle. HEX triplet: 09, 40 and 04. RGB value is (9,64,4). Sum of RGB (Red+Green+Blue) = 9+64+4=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #094004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094004 is #F6BFFB. Grayscale: #282828. Windows color (decimal): -16171004 or 278537. OLE color: 278537.
HSL color Cylindrical-coordinate representation of color #094004: hue angle of 115º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094004 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 4 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.75 |
| HSL | 115º | 0.88% | 0.13% | - |
| HSV(B) | 115º | 0.94% | 0.25% | - |
| XYZ | 1.97 | 3.73 | 0.73 | - |
| YUV | 40.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 4 | 0.86 | 0 | 0.94 | 0.75 | 115 | 0.88 | 0.13 |
| Hex | 9 | 40 | 4 | 56 | 0 | 5E | 4B | 73 | 58 | D |
| Octal | 11 | 100 | 4 | 126 | 0 | 136 | 113 | 163 | 130 | 15 |
| Binary | 1001 | 1000000 | 100 | 1010110 | 0 | 1011110 | 1001011 | 1110011 | 1011000 | 1101 |
Color Harmonies of #094004
Complementary color
Monochromatic Colors of #094004
Black with #094004
Text Example
Text Example
White with #094004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094004; }
p { color: rgb(9,64,4); }
H1.HeaderClassName
{
color: #094004;
}
.AnyTagClassName
{
color: #094004;
}
</style>
background-color css
<style>
a { background-color: #094004; }
a { background-color: rgb(9,64,4); }
div.DivClassName
{
background-color: #094004;
}
.BgClassName
{
background-color: #094004;
}
</style>
border-color css
<style>
span { border-color: #094004; }
span { border-color: rgb(9,64,4); }
td.TdClassName
{
border-color: #094004;
}
.TagClassName
{
border-color: #094004;
}
</style>