Shades of Myrtle #11220F
Tints of Myrtle #11220F
RGB
CMYK
RGB Variations
Color information
#11220F (or 0x11220F) is known color: Myrtle. HEX triplet: 11, 22 and 0F. RGB value is (17,34,15). Sum of RGB (Red+Green+Blue) = 17+34+15=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #11220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11220F is #EEDDF0. Grayscale: #1A1A1A. Windows color (decimal): -15654385 or 991761. OLE color: 991761.
HSL color Cylindrical-coordinate representation of color #11220F: hue angle of 113.68º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #11220F is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 34 | 15 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.87 |
| HSL | 113.68º | 0.39% | 0.1% | - |
| HSV(B) | 113.68º | 0.56% | 0.13% | - |
| XYZ | 0.89 | 1.3 | 0.66 | - |
| YUV | 26.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 15 | 0.50 | 0 | 0.56 | 0.87 | 113.68 | 0.39 | 0.1 |
| Hex | 11 | 22 | F | 32 | 0 | 38 | 57 | 72 | 27 | A |
| Octal | 21 | 42 | 17 | 62 | 0 | 70 | 127 | 162 | 47 | 12 |
| Binary | 10001 | 100010 | 1111 | 110010 | 0 | 111000 | 1010111 | 1110010 | 100111 | 1010 |
Color Harmonies of #11220F
Complementary color
Monochromatic Colors of #11220F
Black with #11220F
Text Example
Text Example
White with #11220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11220F; }
p { color: rgb(17,34,15); }
H1.HeaderClassName
{
color: #11220F;
}
.AnyTagClassName
{
color: #11220F;
}
</style>
background-color css
<style>
a { background-color: #11220F; }
a { background-color: rgb(17,34,15); }
div.DivClassName
{
background-color: #11220F;
}
.BgClassName
{
background-color: #11220F;
}
</style>
border-color css
<style>
span { border-color: #11220F; }
span { border-color: rgb(17,34,15); }
td.TdClassName
{
border-color: #11220F;
}
.TagClassName
{
border-color: #11220F;
}
</style>