Shades of Myrtle #113211
Tints of Myrtle #113211
RGB
CMYK
RGB Variations
Color information
#113211 (or 0x113211) is known color: Myrtle. HEX triplet: 11, 32 and 11. RGB value is (17,50,17). Sum of RGB (Red+Green+Blue) = 17+50+17=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #113211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113211 is #EECDEE. Grayscale: #242424. Windows color (decimal): -15650287 or 1126929. OLE color: 1126929.
HSL color Cylindrical-coordinate representation of color #113211: hue angle of 120º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113211 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 17 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.80 |
| HSL | 120º | 0.49% | 0.13% | - |
| HSV(B) | 120º | 0.66% | 0.2% | - |
| XYZ | 1.47 | 2.44 | 0.92 | - |
| YUV | 36.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 17 | 0.66 | 0 | 0.66 | 0.80 | 120 | 0.49 | 0.13 |
| Hex | 11 | 32 | 11 | 42 | 0 | 42 | 50 | 78 | 31 | D |
| Octal | 21 | 62 | 21 | 102 | 0 | 102 | 120 | 170 | 61 | 15 |
| Binary | 10001 | 110010 | 10001 | 1000010 | 0 | 1000010 | 1010000 | 1111000 | 110001 | 1101 |
Color Harmonies of #113211
Complementary color
Monochromatic Colors of #113211
Black with #113211
Text Example
Text Example
White with #113211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113211; }
p { color: rgb(17,50,17); }
H1.HeaderClassName
{
color: #113211;
}
.AnyTagClassName
{
color: #113211;
}
</style>
background-color css
<style>
a { background-color: #113211; }
a { background-color: rgb(17,50,17); }
div.DivClassName
{
background-color: #113211;
}
.BgClassName
{
background-color: #113211;
}
</style>
border-color css
<style>
span { border-color: #113211; }
span { border-color: rgb(17,50,17); }
td.TdClassName
{
border-color: #113211;
}
.TagClassName
{
border-color: #113211;
}
</style>