Shades of Myrtle #093602
Tints of Myrtle #093602
RGB
CMYK
RGB Variations
Color information
#093602 (or 0x093602) is known color: Myrtle. HEX triplet: 09, 36 and 02. RGB value is (9,54,2). Sum of RGB (Red+Green+Blue) = 9+54+2=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 54 (21.48% from 255 or 83.08% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 54 - color contains mainly: green. Hex color #093602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093602 is #F6C9FD. Grayscale: #222222. Windows color (decimal): -16173566 or 144905. OLE color: 144905.
HSL color Cylindrical-coordinate representation of color #093602: hue angle of 111.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093602 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 54 | 2 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.79 |
| HSL | 111.92º | 0.93% | 0.11% | - |
| HSV(B) | 111.92º | 0.96% | 0.21% | - |
| XYZ | 1.44 | 2.7 | 0.5 | - |
| YUV | 34.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 2 | 0.83 | 0 | 0.96 | 0.79 | 111.92 | 0.93 | 0.11 |
| Hex | 9 | 36 | 2 | 53 | 0 | 60 | 4F | 70 | 5D | B |
| Octal | 11 | 66 | 2 | 123 | 0 | 140 | 117 | 160 | 135 | 13 |
| Binary | 1001 | 110110 | 10 | 1010011 | 0 | 1100000 | 1001111 | 1110000 | 1011101 | 1011 |
Color Harmonies of #093602
Complementary color
Monochromatic Colors of #093602
Black with #093602
Text Example
Text Example
White with #093602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093602; }
p { color: rgb(9,54,2); }
H1.HeaderClassName
{
color: #093602;
}
.AnyTagClassName
{
color: #093602;
}
</style>
background-color css
<style>
a { background-color: #093602; }
a { background-color: rgb(9,54,2); }
div.DivClassName
{
background-color: #093602;
}
.BgClassName
{
background-color: #093602;
}
</style>
border-color css
<style>
span { border-color: #093602; }
span { border-color: rgb(9,54,2); }
td.TdClassName
{
border-color: #093602;
}
.TagClassName
{
border-color: #093602;
}
</style>