Shades of Myrtle #094B03
Tints of Myrtle #094B03
RGB
CMYK
RGB Variations
Color information
#094B03 (or 0x094B03) is known color: Myrtle. HEX triplet: 09, 4B and 03. RGB value is (9,75,3). Sum of RGB (Red+Green+Blue) = 9+75+3=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 75 (29.69% from 255 or 86.21% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 75 - color contains mainly: green. Hex color #094B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B03 is #F6B4FC. Grayscale: #2F2F2F. Windows color (decimal): -16168189 or 215817. OLE color: 215817.
HSL color Cylindrical-coordinate representation of color #094B03: hue angle of 115º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094B03 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 75 | 3 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.71 |
| HSL | 115º | 0.92% | 0.15% | - |
| HSV(B) | 115º | 0.96% | 0.29% | - |
| XYZ | 2.65 | 5.1 | 0.93 | - |
| YUV | 47.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 3 | 0.88 | 0 | 0.96 | 0.71 | 115 | 0.92 | 0.15 |
| Hex | 9 | 4B | 3 | 58 | 0 | 60 | 47 | 73 | 5C | F |
| Octal | 11 | 113 | 3 | 130 | 0 | 140 | 107 | 163 | 134 | 17 |
| Binary | 1001 | 1001011 | 11 | 1011000 | 0 | 1100000 | 1000111 | 1110011 | 1011100 | 1111 |
Color Harmonies of #094B03
Complementary color
Monochromatic Colors of #094B03
Black with #094B03
Text Example
Text Example
White with #094B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B03; }
p { color: rgb(9,75,3); }
H1.HeaderClassName
{
color: #094B03;
}
.AnyTagClassName
{
color: #094B03;
}
</style>
background-color css
<style>
a { background-color: #094B03; }
a { background-color: rgb(9,75,3); }
div.DivClassName
{
background-color: #094B03;
}
.BgClassName
{
background-color: #094B03;
}
</style>
border-color css
<style>
span { border-color: #094B03; }
span { border-color: rgb(9,75,3); }
td.TdClassName
{
border-color: #094B03;
}
.TagClassName
{
border-color: #094B03;
}
</style>