Shades of Myrtle #113108
Tints of Myrtle #113108
RGB
CMYK
RGB Variations
Color information
#113108 (or 0x113108) is known color: Myrtle. HEX triplet: 11, 31 and 08. RGB value is (17,49,8). Sum of RGB (Red+Green+Blue) = 17+49+8=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #113108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113108 is #EECEF7. Grayscale: #222222. Windows color (decimal): -15650552 or 536849. OLE color: 536849.
HSL color Cylindrical-coordinate representation of color #113108: hue angle of 106.83º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113108 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 8 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.81 |
| HSL | 106.83º | 0.72% | 0.11% | - |
| HSV(B) | 106.83º | 0.84% | 0.19% | - |
| XYZ | 1.37 | 2.33 | 0.61 | - |
| YUV | 34.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 8 | 0.65 | 0 | 0.84 | 0.81 | 106.83 | 0.72 | 0.11 |
| Hex | 11 | 31 | 8 | 41 | 0 | 54 | 51 | 6B | 48 | B |
| Octal | 21 | 61 | 10 | 101 | 0 | 124 | 121 | 153 | 110 | 13 |
| Binary | 10001 | 110001 | 1000 | 1000001 | 0 | 1010100 | 1010001 | 1101011 | 1001000 | 1011 |
Color Harmonies of #113108
Complementary color
Monochromatic Colors of #113108
Black with #113108
Text Example
Text Example
White with #113108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113108; }
p { color: rgb(17,49,8); }
H1.HeaderClassName
{
color: #113108;
}
.AnyTagClassName
{
color: #113108;
}
</style>
background-color css
<style>
a { background-color: #113108; }
a { background-color: rgb(17,49,8); }
div.DivClassName
{
background-color: #113108;
}
.BgClassName
{
background-color: #113108;
}
</style>
border-color css
<style>
span { border-color: #113108; }
span { border-color: rgb(17,49,8); }
td.TdClassName
{
border-color: #113108;
}
.TagClassName
{
border-color: #113108;
}
</style>