Shades of Myrtle #093204
Tints of Myrtle #093204
RGB
CMYK
RGB Variations
Color information
#093204 (or 0x093204) is known color: Myrtle. HEX triplet: 09, 32 and 04. RGB value is (9,50,4). Sum of RGB (Red+Green+Blue) = 9+50+4=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 50 (19.92% from 255 or 79.37% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 50 - color contains mainly: green. Hex color #093204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093204 is #F6CDFB. Grayscale: #202020. Windows color (decimal): -16174588 or 274953. OLE color: 274953.
HSL color Cylindrical-coordinate representation of color #093204: hue angle of 113.48º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093204 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 4 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.80 |
| HSL | 113.48º | 0.85% | 0.11% | - |
| HSV(B) | 113.48º | 0.92% | 0.2% | - |
| XYZ | 1.28 | 2.35 | 0.5 | - |
| YUV | 32.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 4 | 0.82 | 0 | 0.92 | 0.80 | 113.48 | 0.85 | 0.11 |
| Hex | 9 | 32 | 4 | 52 | 0 | 5C | 50 | 71 | 55 | B |
| Octal | 11 | 62 | 4 | 122 | 0 | 134 | 120 | 161 | 125 | 13 |
| Binary | 1001 | 110010 | 100 | 1010010 | 0 | 1011100 | 1010000 | 1110001 | 1010101 | 1011 |
Color Harmonies of #093204
Complementary color
Monochromatic Colors of #093204
Black with #093204
Text Example
Text Example
White with #093204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093204; }
p { color: rgb(9,50,4); }
H1.HeaderClassName
{
color: #093204;
}
.AnyTagClassName
{
color: #093204;
}
</style>
background-color css
<style>
a { background-color: #093204; }
a { background-color: rgb(9,50,4); }
div.DivClassName
{
background-color: #093204;
}
.BgClassName
{
background-color: #093204;
}
</style>
border-color css
<style>
span { border-color: #093204; }
span { border-color: rgb(9,50,4); }
td.TdClassName
{
border-color: #093204;
}
.TagClassName
{
border-color: #093204;
}
</style>