Shades of Myrtle #093A05
Tints of Myrtle #093A05
RGB
CMYK
RGB Variations
Color information
#093A05 (or 0x093A05) is known color: Myrtle. HEX triplet: 09, 3A and 05. RGB value is (9,58,5). Sum of RGB (Red+Green+Blue) = 9+58+5=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #093A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A05 is #F6C5FA. Grayscale: #252525. Windows color (decimal): -16172539 or 342537. OLE color: 342537.
HSL color Cylindrical-coordinate representation of color #093A05: hue angle of 115.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093A05 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 5 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.77 |
| HSL | 115.47º | 0.84% | 0.12% | - |
| HSV(B) | 115.47º | 0.91% | 0.23% | - |
| XYZ | 1.65 | 3.1 | 0.65 | - |
| YUV | 37.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 5 | 0.84 | 0 | 0.91 | 0.77 | 115.47 | 0.84 | 0.12 |
| Hex | 9 | 3A | 5 | 54 | 0 | 5B | 4D | 73 | 54 | C |
| Octal | 11 | 72 | 5 | 124 | 0 | 133 | 115 | 163 | 124 | 14 |
| Binary | 1001 | 111010 | 101 | 1010100 | 0 | 1011011 | 1001101 | 1110011 | 1010100 | 1100 |
Color Harmonies of #093A05
Complementary color
Monochromatic Colors of #093A05
Black with #093A05
Text Example
Text Example
White with #093A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A05; }
p { color: rgb(9,58,5); }
H1.HeaderClassName
{
color: #093A05;
}
.AnyTagClassName
{
color: #093A05;
}
</style>
background-color css
<style>
a { background-color: #093A05; }
a { background-color: rgb(9,58,5); }
div.DivClassName
{
background-color: #093A05;
}
.BgClassName
{
background-color: #093A05;
}
</style>
border-color css
<style>
span { border-color: #093A05; }
span { border-color: rgb(9,58,5); }
td.TdClassName
{
border-color: #093A05;
}
.TagClassName
{
border-color: #093A05;
}
</style>