Shades of Myrtle #094405
Tints of Myrtle #094405
RGB
CMYK
RGB Variations
Color information
#094405 (or 0x094405) is known color: Myrtle. HEX triplet: 09, 44 and 05. RGB value is (9,68,5). Sum of RGB (Red+Green+Blue) = 9+68+5=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 68 (26.95% from 255 or 82.93% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 68 - color contains mainly: green. Hex color #094405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094405 is #F6BBFA. Grayscale: #2B2B2B. Windows color (decimal): -16169979 or 345097. OLE color: 345097.
HSL color Cylindrical-coordinate representation of color #094405: hue angle of 116.19º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094405 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 68 | 5 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.73 |
| HSL | 116.19º | 0.86% | 0.14% | - |
| HSV(B) | 116.19º | 0.93% | 0.27% | - |
| XYZ | 2.21 | 4.2 | 0.84 | - |
| YUV | 43.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 68 | 5 | 0.87 | 0 | 0.93 | 0.73 | 116.19 | 0.86 | 0.14 |
| Hex | 9 | 44 | 5 | 57 | 0 | 5D | 49 | 74 | 56 | E |
| Octal | 11 | 104 | 5 | 127 | 0 | 135 | 111 | 164 | 126 | 16 |
| Binary | 1001 | 1000100 | 101 | 1010111 | 0 | 1011101 | 1001001 | 1110100 | 1010110 | 1110 |
Color Harmonies of #094405
Complementary color
Monochromatic Colors of #094405
Black with #094405
Text Example
Text Example
White with #094405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094405; }
p { color: rgb(9,68,5); }
H1.HeaderClassName
{
color: #094405;
}
.AnyTagClassName
{
color: #094405;
}
</style>
background-color css
<style>
a { background-color: #094405; }
a { background-color: rgb(9,68,5); }
div.DivClassName
{
background-color: #094405;
}
.BgClassName
{
background-color: #094405;
}
</style>
border-color css
<style>
span { border-color: #094405; }
span { border-color: rgb(9,68,5); }
td.TdClassName
{
border-color: #094405;
}
.TagClassName
{
border-color: #094405;
}
</style>