Shades of Myrtle #09380D
Tints of Myrtle #09380D
RGB
CMYK
RGB Variations
Color information
#09380D (or 0x09380D) is known color: Myrtle. HEX triplet: 09, 38 and 0D. RGB value is (9,56,13). Sum of RGB (Red+Green+Blue) = 9+56+13=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #09380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09380D is #F6C7F2. Grayscale: #252525. Windows color (decimal): -16173043 or 866313. OLE color: 866313.
HSL color Cylindrical-coordinate representation of color #09380D: hue angle of 125.11º degrees, saturation: 0.72, 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 #09380D is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 13 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.78 |
| HSL | 125.11º | 0.72% | 0.13% | - |
| HSV(B) | 125.11º | 0.84% | 0.22% | - |
| XYZ | 1.6 | 2.92 | 0.86 | - |
| YUV | 37.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 13 | 0.84 | 0 | 0.77 | 0.78 | 125.11 | 0.72 | 0.13 |
| Hex | 9 | 38 | D | 54 | 0 | 4D | 4E | 7D | 48 | D |
| Octal | 11 | 70 | 15 | 124 | 0 | 115 | 116 | 175 | 110 | 15 |
| Binary | 1001 | 111000 | 1101 | 1010100 | 0 | 1001101 | 1001110 | 1111101 | 1001000 | 1101 |
Color Harmonies of #09380D
Complementary color
Monochromatic Colors of #09380D
Black with #09380D
Text Example
Text Example
White with #09380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09380D; }
p { color: rgb(9,56,13); }
H1.HeaderClassName
{
color: #09380D;
}
.AnyTagClassName
{
color: #09380D;
}
</style>
background-color css
<style>
a { background-color: #09380D; }
a { background-color: rgb(9,56,13); }
div.DivClassName
{
background-color: #09380D;
}
.BgClassName
{
background-color: #09380D;
}
</style>
border-color css
<style>
span { border-color: #09380D; }
span { border-color: rgb(9,56,13); }
td.TdClassName
{
border-color: #09380D;
}
.TagClassName
{
border-color: #09380D;
}
</style>