Shades of Myrtle #093505
Tints of Myrtle #093505
RGB
CMYK
RGB Variations
Color information
#093505 (or 0x093505) is known color: Myrtle. HEX triplet: 09, 35 and 05. RGB value is (9,53,5). Sum of RGB (Red+Green+Blue) = 9+53+5=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 53 (21.09% from 255 or 79.10% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 53 - color contains mainly: green. Hex color #093505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093505 is #F6CAFA. Grayscale: #222222. Windows color (decimal): -16173819 or 341257. OLE color: 341257.
HSL color Cylindrical-coordinate representation of color #093505: hue angle of 115º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093505 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 53 | 5 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.79 |
| HSL | 115º | 0.83% | 0.11% | - |
| HSV(B) | 115º | 0.91% | 0.21% | - |
| XYZ | 1.41 | 2.62 | 0.57 | - |
| YUV | 34.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 5 | 0.83 | 0 | 0.91 | 0.79 | 115 | 0.83 | 0.11 |
| Hex | 9 | 35 | 5 | 53 | 0 | 5B | 4F | 73 | 53 | B |
| Octal | 11 | 65 | 5 | 123 | 0 | 133 | 117 | 163 | 123 | 13 |
| Binary | 1001 | 110101 | 101 | 1010011 | 0 | 1011011 | 1001111 | 1110011 | 1010011 | 1011 |
Color Harmonies of #093505
Complementary color
Monochromatic Colors of #093505
Black with #093505
Text Example
Text Example
White with #093505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093505; }
p { color: rgb(9,53,5); }
H1.HeaderClassName
{
color: #093505;
}
.AnyTagClassName
{
color: #093505;
}
</style>
background-color css
<style>
a { background-color: #093505; }
a { background-color: rgb(9,53,5); }
div.DivClassName
{
background-color: #093505;
}
.BgClassName
{
background-color: #093505;
}
</style>
border-color css
<style>
span { border-color: #093505; }
span { border-color: rgb(9,53,5); }
td.TdClassName
{
border-color: #093505;
}
.TagClassName
{
border-color: #093505;
}
</style>