Shades of Myrtle #093405
Tints of Myrtle #093405
RGB
CMYK
RGB Variations
Color information
#093405 (or 0x093405) is known color: Myrtle. HEX triplet: 09, 34 and 05. RGB value is (9,52,5). Sum of RGB (Red+Green+Blue) = 9+52+5=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #093405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093405 is #F6CBFA. Grayscale: #212121. Windows color (decimal): -16174075 or 341001. OLE color: 341001.
HSL color Cylindrical-coordinate representation of color #093405: hue angle of 114.89º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093405 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 5 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.80 |
| HSL | 114.89º | 0.82% | 0.11% | - |
| HSV(B) | 114.89º | 0.9% | 0.2% | - |
| XYZ | 1.37 | 2.53 | 0.56 | - |
| YUV | 33.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 5 | 0.83 | 0 | 0.90 | 0.80 | 114.89 | 0.82 | 0.11 |
| Hex | 9 | 34 | 5 | 53 | 0 | 5A | 50 | 73 | 52 | B |
| Octal | 11 | 64 | 5 | 123 | 0 | 132 | 120 | 163 | 122 | 13 |
| Binary | 1001 | 110100 | 101 | 1010011 | 0 | 1011010 | 1010000 | 1110011 | 1010010 | 1011 |
Color Harmonies of #093405
Complementary color
Monochromatic Colors of #093405
Black with #093405
Text Example
Text Example
White with #093405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093405; }
p { color: rgb(9,52,5); }
H1.HeaderClassName
{
color: #093405;
}
.AnyTagClassName
{
color: #093405;
}
</style>
background-color css
<style>
a { background-color: #093405; }
a { background-color: rgb(9,52,5); }
div.DivClassName
{
background-color: #093405;
}
.BgClassName
{
background-color: #093405;
}
</style>
border-color css
<style>
span { border-color: #093405; }
span { border-color: rgb(9,52,5); }
td.TdClassName
{
border-color: #093405;
}
.TagClassName
{
border-color: #093405;
}
</style>