Shades of Myrtle #113206
Tints of Myrtle #113206
RGB
CMYK
RGB Variations
Color information
#113206 (or 0x113206) is known color: Myrtle. HEX triplet: 11, 32 and 06. RGB value is (17,50,6). Sum of RGB (Red+Green+Blue) = 17+50+6=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #113206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113206 is #EECDF9. Grayscale: #232323. Windows color (decimal): -15650298 or 406033. OLE color: 406033.
HSL color Cylindrical-coordinate representation of color #113206: hue angle of 105º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113206 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 6 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.80 |
| HSL | 105º | 0.79% | 0.11% | - |
| HSV(B) | 105º | 0.88% | 0.2% | - |
| XYZ | 1.4 | 2.41 | 0.56 | - |
| YUV | 35.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 6 | 0.66 | 0 | 0.88 | 0.80 | 105 | 0.79 | 0.11 |
| Hex | 11 | 32 | 6 | 42 | 0 | 58 | 50 | 69 | 4F | B |
| Octal | 21 | 62 | 6 | 102 | 0 | 130 | 120 | 151 | 117 | 13 |
| Binary | 10001 | 110010 | 110 | 1000010 | 0 | 1011000 | 1010000 | 1101001 | 1001111 | 1011 |
Color Harmonies of #113206
Complementary color
Monochromatic Colors of #113206
Black with #113206
Text Example
Text Example
White with #113206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113206; }
p { color: rgb(17,50,6); }
H1.HeaderClassName
{
color: #113206;
}
.AnyTagClassName
{
color: #113206;
}
</style>
background-color css
<style>
a { background-color: #113206; }
a { background-color: rgb(17,50,6); }
div.DivClassName
{
background-color: #113206;
}
.BgClassName
{
background-color: #113206;
}
</style>
border-color css
<style>
span { border-color: #113206; }
span { border-color: rgb(17,50,6); }
td.TdClassName
{
border-color: #113206;
}
.TagClassName
{
border-color: #113206;
}
</style>