Shades of Myrtle #093403
Tints of Myrtle #093403
RGB
CMYK
RGB Variations
Color information
#093403 (or 0x093403) is known color: Myrtle. HEX triplet: 09, 34 and 03. RGB value is (9,52,3). Sum of RGB (Red+Green+Blue) = 9+52+3=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 52 (20.70% from 255 or 81.25% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 52 - color contains mainly: green. Hex color #093403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093403 is #F6CBFC. Grayscale: #212121. Windows color (decimal): -16174077 or 209929. OLE color: 209929.
HSL color Cylindrical-coordinate representation of color #093403: hue angle of 112.65º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093403 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 3 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.80 |
| HSL | 112.65º | 0.89% | 0.11% | - |
| HSV(B) | 112.65º | 0.94% | 0.2% | - |
| XYZ | 1.36 | 2.52 | 0.5 | - |
| YUV | 33.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 3 | 0.83 | 0 | 0.94 | 0.80 | 112.65 | 0.89 | 0.11 |
| Hex | 9 | 34 | 3 | 53 | 0 | 5E | 50 | 71 | 59 | B |
| Octal | 11 | 64 | 3 | 123 | 0 | 136 | 120 | 161 | 131 | 13 |
| Binary | 1001 | 110100 | 11 | 1010011 | 0 | 1011110 | 1010000 | 1110001 | 1011001 | 1011 |
Color Harmonies of #093403
Complementary color
Monochromatic Colors of #093403
Black with #093403
Text Example
Text Example
White with #093403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093403; }
p { color: rgb(9,52,3); }
H1.HeaderClassName
{
color: #093403;
}
.AnyTagClassName
{
color: #093403;
}
</style>
background-color css
<style>
a { background-color: #093403; }
a { background-color: rgb(9,52,3); }
div.DivClassName
{
background-color: #093403;
}
.BgClassName
{
background-color: #093403;
}
</style>
border-color css
<style>
span { border-color: #093403; }
span { border-color: rgb(9,52,3); }
td.TdClassName
{
border-color: #093403;
}
.TagClassName
{
border-color: #093403;
}
</style>