Shades of Myrtle #11320A
Tints of Myrtle #11320A
RGB
CMYK
RGB Variations
Color information
#11320A (or 0x11320A) is known color: Myrtle. HEX triplet: 11, 32 and 0A. RGB value is (17,50,10). Sum of RGB (Red+Green+Blue) = 17+50+10=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #11320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11320A is #EECDF5. Grayscale: #232323. Windows color (decimal): -15650294 or 668177. OLE color: 668177.
HSL color Cylindrical-coordinate representation of color #11320A: hue angle of 109.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11320A is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 10 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.80 |
| HSL | 109.5º | 0.67% | 0.12% | - |
| HSV(B) | 109.5º | 0.8% | 0.2% | - |
| XYZ | 1.43 | 2.42 | 0.68 | - |
| YUV | 35.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 10 | 0.66 | 0 | 0.80 | 0.80 | 109.5 | 0.67 | 0.12 |
| Hex | 11 | 32 | A | 42 | 0 | 50 | 50 | 6E | 43 | C |
| Octal | 21 | 62 | 12 | 102 | 0 | 120 | 120 | 156 | 103 | 14 |
| Binary | 10001 | 110010 | 1010 | 1000010 | 0 | 1010000 | 1010000 | 1101110 | 1000011 | 1100 |
Color Harmonies of #11320A
Complementary color
Monochromatic Colors of #11320A
Black with #11320A
Text Example
Text Example
White with #11320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11320A; }
p { color: rgb(17,50,10); }
H1.HeaderClassName
{
color: #11320A;
}
.AnyTagClassName
{
color: #11320A;
}
</style>
background-color css
<style>
a { background-color: #11320A; }
a { background-color: rgb(17,50,10); }
div.DivClassName
{
background-color: #11320A;
}
.BgClassName
{
background-color: #11320A;
}
</style>
border-color css
<style>
span { border-color: #11320A; }
span { border-color: rgb(17,50,10); }
td.TdClassName
{
border-color: #11320A;
}
.TagClassName
{
border-color: #11320A;
}
</style>