Shades of Myrtle #09340C
Tints of Myrtle #09340C
RGB
CMYK
RGB Variations
Color information
#09340C (or 0x09340C) is known color: Myrtle. HEX triplet: 09, 34 and 0C. RGB value is (9,52,12). Sum of RGB (Red+Green+Blue) = 9+52+12=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #09340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09340C is #F6CBF3. Grayscale: #222222. Windows color (decimal): -16174068 or 799753. OLE color: 799753.
HSL color Cylindrical-coordinate representation of color #09340C: hue angle of 124.19º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09340C is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 12 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.80 |
| HSL | 124.19º | 0.7% | 0.12% | - |
| HSV(B) | 124.19º | 0.83% | 0.2% | - |
| XYZ | 1.41 | 2.54 | 0.76 | - |
| YUV | 34.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 12 | 0.83 | 0 | 0.77 | 0.80 | 124.19 | 0.7 | 0.12 |
| Hex | 9 | 34 | C | 53 | 0 | 4D | 50 | 7C | 46 | C |
| Octal | 11 | 64 | 14 | 123 | 0 | 115 | 120 | 174 | 106 | 14 |
| Binary | 1001 | 110100 | 1100 | 1010011 | 0 | 1001101 | 1010000 | 1111100 | 1000110 | 1100 |
Color Harmonies of #09340C
Complementary color
Monochromatic Colors of #09340C
Black with #09340C
Text Example
Text Example
White with #09340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09340C; }
p { color: rgb(9,52,12); }
H1.HeaderClassName
{
color: #09340C;
}
.AnyTagClassName
{
color: #09340C;
}
</style>
background-color css
<style>
a { background-color: #09340C; }
a { background-color: rgb(9,52,12); }
div.DivClassName
{
background-color: #09340C;
}
.BgClassName
{
background-color: #09340C;
}
</style>
border-color css
<style>
span { border-color: #09340C; }
span { border-color: rgb(9,52,12); }
td.TdClassName
{
border-color: #09340C;
}
.TagClassName
{
border-color: #09340C;
}
</style>