Shades of Myrtle #094E03
Tints of Myrtle #094E03
RGB
CMYK
RGB Variations
Color information
#094E03 (or 0x094E03) is known color: Myrtle. HEX triplet: 09, 4E and 03. RGB value is (9,78,3). Sum of RGB (Red+Green+Blue) = 9+78+3=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 78 (30.86% from 255 or 86.67% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 78 - color contains mainly: green. Hex color #094E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094E03 is #F6B1FC. Grayscale: #313131. Windows color (decimal): -16167421 or 216585. OLE color: 216585.
HSL color Cylindrical-coordinate representation of color #094E03: hue angle of 115.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094E03 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 78 | 3 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.69 |
| HSL | 115.2º | 0.93% | 0.16% | - |
| HSV(B) | 115.2º | 0.96% | 0.31% | - |
| XYZ | 2.85 | 5.51 | 1 | - |
| YUV | 48.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 3 | 0.88 | 0 | 0.96 | 0.69 | 115.2 | 0.93 | 0.16 |
| Hex | 9 | 4E | 3 | 58 | 0 | 60 | 45 | 73 | 5D | 10 |
| Octal | 11 | 116 | 3 | 130 | 0 | 140 | 105 | 163 | 135 | 20 |
| Binary | 1001 | 1001110 | 11 | 1011000 | 0 | 1100000 | 1000101 | 1110011 | 1011101 | 10000 |
Color Harmonies of #094E03
Complementary color
Monochromatic Colors of #094E03
Black with #094E03
Text Example
Text Example
White with #094E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E03; }
p { color: rgb(9,78,3); }
H1.HeaderClassName
{
color: #094E03;
}
.AnyTagClassName
{
color: #094E03;
}
</style>
background-color css
<style>
a { background-color: #094E03; }
a { background-color: rgb(9,78,3); }
div.DivClassName
{
background-color: #094E03;
}
.BgClassName
{
background-color: #094E03;
}
</style>
border-color css
<style>
span { border-color: #094E03; }
span { border-color: rgb(9,78,3); }
td.TdClassName
{
border-color: #094E03;
}
.TagClassName
{
border-color: #094E03;
}
</style>