Shades of Myrtle #093902
Tints of Myrtle #093902
RGB
CMYK
RGB Variations
Color information
#093902 (or 0x093902) is known color: Myrtle. HEX triplet: 09, 39 and 02. RGB value is (9,57,2). Sum of RGB (Red+Green+Blue) = 9+57+2=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 57 (22.66% from 255 or 83.82% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 57 - color contains mainly: green. Hex color #093902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093902 is #F6C6FD. Grayscale: #242424. Windows color (decimal): -16172798 or 145673. OLE color: 145673.
HSL color Cylindrical-coordinate representation of color #093902: hue angle of 112.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093902 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 2 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.78 |
| HSL | 112.36º | 0.93% | 0.12% | - |
| HSV(B) | 112.36º | 0.96% | 0.22% | - |
| XYZ | 1.59 | 2.99 | 0.55 | - |
| YUV | 36.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 2 | 0.84 | 0 | 0.96 | 0.78 | 112.36 | 0.93 | 0.12 |
| Hex | 9 | 39 | 2 | 54 | 0 | 60 | 4E | 70 | 5D | C |
| Octal | 11 | 71 | 2 | 124 | 0 | 140 | 116 | 160 | 135 | 14 |
| Binary | 1001 | 111001 | 10 | 1010100 | 0 | 1100000 | 1001110 | 1110000 | 1011101 | 1100 |
Color Harmonies of #093902
Complementary color
Monochromatic Colors of #093902
Black with #093902
Text Example
Text Example
White with #093902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093902; }
p { color: rgb(9,57,2); }
H1.HeaderClassName
{
color: #093902;
}
.AnyTagClassName
{
color: #093902;
}
</style>
background-color css
<style>
a { background-color: #093902; }
a { background-color: rgb(9,57,2); }
div.DivClassName
{
background-color: #093902;
}
.BgClassName
{
background-color: #093902;
}
</style>
border-color css
<style>
span { border-color: #093902; }
span { border-color: rgb(9,57,2); }
td.TdClassName
{
border-color: #093902;
}
.TagClassName
{
border-color: #093902;
}
</style>