Shades of Myrtle #113213
Tints of Myrtle #113213
RGB
CMYK
RGB Variations
Color information
#113213 (or 0x113213) is known color: Myrtle. HEX triplet: 11, 32 and 13. RGB value is (17,50,19). Sum of RGB (Red+Green+Blue) = 17+50+19=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #113213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113213 is #EECDEC. Grayscale: #242424. Windows color (decimal): -15650285 or 1258001. OLE color: 1258001.
HSL color Cylindrical-coordinate representation of color #113213: hue angle of 123.64º 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 #113213 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 19 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.80 |
| HSL | 123.64º | 0.49% | 0.13% | - |
| HSV(B) | 123.64º | 0.66% | 0.2% | - |
| XYZ | 1.49 | 2.45 | 1.01 | - |
| YUV | 36.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 19 | 0.66 | 0 | 0.62 | 0.80 | 123.64 | 0.49 | 0.13 |
| Hex | 11 | 32 | 13 | 42 | 0 | 3E | 50 | 7C | 31 | D |
| Octal | 21 | 62 | 23 | 102 | 0 | 76 | 120 | 174 | 61 | 15 |
| Binary | 10001 | 110010 | 10011 | 1000010 | 0 | 111110 | 1010000 | 1111100 | 110001 | 1101 |
Color Harmonies of #113213
Complementary color
Monochromatic Colors of #113213
Black with #113213
Text Example
Text Example
White with #113213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113213; }
p { color: rgb(17,50,19); }
H1.HeaderClassName
{
color: #113213;
}
.AnyTagClassName
{
color: #113213;
}
</style>
background-color css
<style>
a { background-color: #113213; }
a { background-color: rgb(17,50,19); }
div.DivClassName
{
background-color: #113213;
}
.BgClassName
{
background-color: #113213;
}
</style>
border-color css
<style>
span { border-color: #113213; }
span { border-color: rgb(17,50,19); }
td.TdClassName
{
border-color: #113213;
}
.TagClassName
{
border-color: #113213;
}
</style>