Shades of Myrtle #09430C
Tints of Myrtle #09430C
RGB
CMYK
RGB Variations
Color information
#09430C (or 0x09430C) is known color: Myrtle. HEX triplet: 09, 43 and 0C. RGB value is (9,67,12). Sum of RGB (Red+Green+Blue) = 9+67+12=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #09430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09430C is #F6BCF3. Grayscale: #2B2B2B. Windows color (decimal): -16170228 or 803593. OLE color: 803593.
HSL color Cylindrical-coordinate representation of color #09430C: hue angle of 123.1º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09430C is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 12 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.74 |
| HSL | 123.1º | 0.76% | 0.15% | - |
| HSV(B) | 123.1º | 0.87% | 0.26% | - |
| XYZ | 2.19 | 4.1 | 1.02 | - |
| YUV | 43.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 12 | 0.87 | 0 | 0.82 | 0.74 | 123.1 | 0.76 | 0.15 |
| Hex | 9 | 43 | C | 57 | 0 | 52 | 4A | 7B | 4C | F |
| Octal | 11 | 103 | 14 | 127 | 0 | 122 | 112 | 173 | 114 | 17 |
| Binary | 1001 | 1000011 | 1100 | 1010111 | 0 | 1010010 | 1001010 | 1111011 | 1001100 | 1111 |
Color Harmonies of #09430C
Complementary color
Monochromatic Colors of #09430C
Black with #09430C
Text Example
Text Example
White with #09430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09430C; }
p { color: rgb(9,67,12); }
H1.HeaderClassName
{
color: #09430C;
}
.AnyTagClassName
{
color: #09430C;
}
</style>
background-color css
<style>
a { background-color: #09430C; }
a { background-color: rgb(9,67,12); }
div.DivClassName
{
background-color: #09430C;
}
.BgClassName
{
background-color: #09430C;
}
</style>
border-color css
<style>
span { border-color: #09430C; }
span { border-color: rgb(9,67,12); }
td.TdClassName
{
border-color: #09430C;
}
.TagClassName
{
border-color: #09430C;
}
</style>