Shades of Myrtle #112809
Tints of Myrtle #112809
RGB
CMYK
RGB Variations
Color information
#112809 (or 0x112809) is known color: Myrtle. HEX triplet: 11, 28 and 09. RGB value is (17,40,9). Sum of RGB (Red+Green+Blue) = 17+40+9=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 40 (16.02% from 255 or 60.61% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 40 - color contains mainly: green. Hex color #112809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112809 is #EED7F6. Grayscale: #1D1D1D. Windows color (decimal): -15652855 or 600081. OLE color: 600081.
HSL color Cylindrical-coordinate representation of color #112809: hue angle of 104.52º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112809 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 9 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.84 |
| HSL | 104.52º | 0.63% | 0.1% | - |
| HSV(B) | 104.52º | 0.78% | 0.16% | - |
| XYZ | 1.04 | 1.66 | 0.52 | - |
| YUV | 29.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 9 | 0.57 | 0 | 0.78 | 0.84 | 104.52 | 0.63 | 0.1 |
| Hex | 11 | 28 | 9 | 39 | 0 | 4E | 54 | 69 | 3F | A |
| Octal | 21 | 50 | 11 | 71 | 0 | 116 | 124 | 151 | 77 | 12 |
| Binary | 10001 | 101000 | 1001 | 111001 | 0 | 1001110 | 1010100 | 1101001 | 111111 | 1010 |
Color Harmonies of #112809
Complementary color
Monochromatic Colors of #112809
Black with #112809
Text Example
Text Example
White with #112809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112809; }
p { color: rgb(17,40,9); }
H1.HeaderClassName
{
color: #112809;
}
.AnyTagClassName
{
color: #112809;
}
</style>
background-color css
<style>
a { background-color: #112809; }
a { background-color: rgb(17,40,9); }
div.DivClassName
{
background-color: #112809;
}
.BgClassName
{
background-color: #112809;
}
</style>
border-color css
<style>
span { border-color: #112809; }
span { border-color: rgb(17,40,9); }
td.TdClassName
{
border-color: #112809;
}
.TagClassName
{
border-color: #112809;
}
</style>