Shades of Myrtle #11260C
Tints of Myrtle #11260C
RGB
CMYK
RGB Variations
Color information
#11260C (or 0x11260C) is known color: Myrtle. HEX triplet: 11, 26 and 0C. RGB value is (17,38,12). Sum of RGB (Red+Green+Blue) = 17+38+12=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #11260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11260C is #EED9F3. Grayscale: #1C1C1C. Windows color (decimal): -15653364 or 796177. OLE color: 796177.
HSL color Cylindrical-coordinate representation of color #11260C: hue angle of 108.46º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11260C is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 38 | 12 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.85 |
| HSL | 108.46º | 0.52% | 0.1% | - |
| HSV(B) | 108.46º | 0.68% | 0.15% | - |
| XYZ | 0.99 | 1.53 | 0.59 | - |
| YUV | 28.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 12 | 0.55 | 0 | 0.68 | 0.85 | 108.46 | 0.52 | 0.1 |
| Hex | 11 | 26 | C | 37 | 0 | 44 | 55 | 6C | 34 | A |
| Octal | 21 | 46 | 14 | 67 | 0 | 104 | 125 | 154 | 64 | 12 |
| Binary | 10001 | 100110 | 1100 | 110111 | 0 | 1000100 | 1010101 | 1101100 | 110100 | 1010 |
Color Harmonies of #11260C
Complementary color
Monochromatic Colors of #11260C
Black with #11260C
Text Example
Text Example
White with #11260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11260C; }
p { color: rgb(17,38,12); }
H1.HeaderClassName
{
color: #11260C;
}
.AnyTagClassName
{
color: #11260C;
}
</style>
background-color css
<style>
a { background-color: #11260C; }
a { background-color: rgb(17,38,12); }
div.DivClassName
{
background-color: #11260C;
}
.BgClassName
{
background-color: #11260C;
}
</style>
border-color css
<style>
span { border-color: #11260C; }
span { border-color: rgb(17,38,12); }
td.TdClassName
{
border-color: #11260C;
}
.TagClassName
{
border-color: #11260C;
}
</style>