Shades of Myrtle #094803
Tints of Myrtle #094803
RGB
CMYK
RGB Variations
Color information
#094803 (or 0x094803) is known color: Myrtle. HEX triplet: 09, 48 and 03. RGB value is (9,72,3). Sum of RGB (Red+Green+Blue) = 9+72+3=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 72 (28.52% from 255 or 85.71% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 72 - color contains mainly: green. Hex color #094803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094803 is #F6B7FC. Grayscale: #2D2D2D. Windows color (decimal): -16168957 or 215049. OLE color: 215049.
HSL color Cylindrical-coordinate representation of color #094803: hue angle of 114.78º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094803 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 3 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.72 |
| HSL | 114.78º | 0.92% | 0.15% | - |
| HSV(B) | 114.78º | 0.96% | 0.28% | - |
| XYZ | 2.45 | 4.7 | 0.86 | - |
| YUV | 45.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 3 | 0.88 | 0 | 0.96 | 0.72 | 114.78 | 0.92 | 0.15 |
| Hex | 9 | 48 | 3 | 58 | 0 | 60 | 48 | 73 | 5C | F |
| Octal | 11 | 110 | 3 | 130 | 0 | 140 | 110 | 163 | 134 | 17 |
| Binary | 1001 | 1001000 | 11 | 1011000 | 0 | 1100000 | 1001000 | 1110011 | 1011100 | 1111 |
Color Harmonies of #094803
Complementary color
Monochromatic Colors of #094803
Black with #094803
Text Example
Text Example
White with #094803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094803; }
p { color: rgb(9,72,3); }
H1.HeaderClassName
{
color: #094803;
}
.AnyTagClassName
{
color: #094803;
}
</style>
background-color css
<style>
a { background-color: #094803; }
a { background-color: rgb(9,72,3); }
div.DivClassName
{
background-color: #094803;
}
.BgClassName
{
background-color: #094803;
}
</style>
border-color css
<style>
span { border-color: #094803; }
span { border-color: rgb(9,72,3); }
td.TdClassName
{
border-color: #094803;
}
.TagClassName
{
border-color: #094803;
}
</style>