Shades of Myrtle #09390C
Tints of Myrtle #09390C
RGB
CMYK
RGB Variations
Color information
#09390C (or 0x09390C) is known color: Myrtle. HEX triplet: 09, 39 and 0C. RGB value is (9,57,12). Sum of RGB (Red+Green+Blue) = 9+57+12=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #09390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09390C is #F6C6F3. Grayscale: #252525. Windows color (decimal): -16172788 or 801033. OLE color: 801033.
HSL color Cylindrical-coordinate representation of color #09390C: hue angle of 123.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09390C is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 12 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.78 |
| HSL | 123.75º | 0.73% | 0.13% | - |
| HSV(B) | 123.75º | 0.84% | 0.22% | - |
| XYZ | 1.64 | 3.01 | 0.84 | - |
| YUV | 37.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 12 | 0.84 | 0 | 0.79 | 0.78 | 123.75 | 0.73 | 0.13 |
| Hex | 9 | 39 | C | 54 | 0 | 4F | 4E | 7C | 49 | D |
| Octal | 11 | 71 | 14 | 124 | 0 | 117 | 116 | 174 | 111 | 15 |
| Binary | 1001 | 111001 | 1100 | 1010100 | 0 | 1001111 | 1001110 | 1111100 | 1001001 | 1101 |
Color Harmonies of #09390C
Complementary color
Monochromatic Colors of #09390C
Black with #09390C
Text Example
Text Example
White with #09390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09390C; }
p { color: rgb(9,57,12); }
H1.HeaderClassName
{
color: #09390C;
}
.AnyTagClassName
{
color: #09390C;
}
</style>
background-color css
<style>
a { background-color: #09390C; }
a { background-color: rgb(9,57,12); }
div.DivClassName
{
background-color: #09390C;
}
.BgClassName
{
background-color: #09390C;
}
</style>
border-color css
<style>
span { border-color: #09390C; }
span { border-color: rgb(9,57,12); }
td.TdClassName
{
border-color: #09390C;
}
.TagClassName
{
border-color: #09390C;
}
</style>