Shades of Myrtle #094103
Tints of Myrtle #094103
RGB
CMYK
RGB Variations
Color information
#094103 (or 0x094103) is known color: Myrtle. HEX triplet: 09, 41 and 03. RGB value is (9,65,3). Sum of RGB (Red+Green+Blue) = 9+65+3=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 65 (25.78% from 255 or 84.42% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 65 - color contains mainly: green. Hex color #094103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094103 is #F6BEFC. Grayscale: #292929. Windows color (decimal): -16170749 or 213257. OLE color: 213257.
HSL color Cylindrical-coordinate representation of color #094103: hue angle of 114.19º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094103 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 3 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.75 |
| HSL | 114.19º | 0.91% | 0.13% | - |
| HSV(B) | 114.19º | 0.95% | 0.25% | - |
| XYZ | 2.02 | 3.85 | 0.72 | - |
| YUV | 41.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 3 | 0.86 | 0 | 0.95 | 0.75 | 114.19 | 0.91 | 0.13 |
| Hex | 9 | 41 | 3 | 56 | 0 | 5F | 4B | 72 | 5B | D |
| Octal | 11 | 101 | 3 | 126 | 0 | 137 | 113 | 162 | 133 | 15 |
| Binary | 1001 | 1000001 | 11 | 1010110 | 0 | 1011111 | 1001011 | 1110010 | 1011011 | 1101 |
Color Harmonies of #094103
Complementary color
Monochromatic Colors of #094103
Black with #094103
Text Example
Text Example
White with #094103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094103; }
p { color: rgb(9,65,3); }
H1.HeaderClassName
{
color: #094103;
}
.AnyTagClassName
{
color: #094103;
}
</style>
background-color css
<style>
a { background-color: #094103; }
a { background-color: rgb(9,65,3); }
div.DivClassName
{
background-color: #094103;
}
.BgClassName
{
background-color: #094103;
}
</style>
border-color css
<style>
span { border-color: #094103; }
span { border-color: rgb(9,65,3); }
td.TdClassName
{
border-color: #094103;
}
.TagClassName
{
border-color: #094103;
}
</style>