Shades of Myrtle #11270C
Tints of Myrtle #11270C
RGB
CMYK
RGB Variations
Color information
#11270C (or 0x11270C) is known color: Myrtle. HEX triplet: 11, 27 and 0C. RGB value is (17,39,12). Sum of RGB (Red+Green+Blue) = 17+39+12=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #11270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11270C is #EED8F3. Grayscale: #1D1D1D. Windows color (decimal): -15653108 or 796433. OLE color: 796433.
HSL color Cylindrical-coordinate representation of color #11270C: hue angle of 108.89º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11270C is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 39 | 12 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.85 |
| HSL | 108.89º | 0.53% | 0.1% | - |
| HSV(B) | 108.89º | 0.69% | 0.15% | - |
| XYZ | 1.02 | 1.6 | 0.6 | - |
| YUV | 29.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 12 | 0.56 | 0 | 0.69 | 0.85 | 108.89 | 0.53 | 0.1 |
| Hex | 11 | 27 | C | 38 | 0 | 45 | 55 | 6D | 35 | A |
| Octal | 21 | 47 | 14 | 70 | 0 | 105 | 125 | 155 | 65 | 12 |
| Binary | 10001 | 100111 | 1100 | 111000 | 0 | 1000101 | 1010101 | 1101101 | 110101 | 1010 |
Color Harmonies of #11270C
Complementary color
Monochromatic Colors of #11270C
Black with #11270C
Text Example
Text Example
White with #11270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11270C; }
p { color: rgb(17,39,12); }
H1.HeaderClassName
{
color: #11270C;
}
.AnyTagClassName
{
color: #11270C;
}
</style>
background-color css
<style>
a { background-color: #11270C; }
a { background-color: rgb(17,39,12); }
div.DivClassName
{
background-color: #11270C;
}
.BgClassName
{
background-color: #11270C;
}
</style>
border-color css
<style>
span { border-color: #11270C; }
span { border-color: rgb(17,39,12); }
td.TdClassName
{
border-color: #11270C;
}
.TagClassName
{
border-color: #11270C;
}
</style>