Shades of Myrtle #11330C
Tints of Myrtle #11330C
RGB
CMYK
RGB Variations
Color information
#11330C (or 0x11330C) is known color: Myrtle. HEX triplet: 11, 33 and 0C. RGB value is (17,51,12). Sum of RGB (Red+Green+Blue) = 17+51+12=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #11330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11330C is #EECCF3. Grayscale: #242424. Windows color (decimal): -15650036 or 799505. OLE color: 799505.
HSL color Cylindrical-coordinate representation of color #11330C: hue angle of 112.31º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11330C is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 12 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.8 |
| HSL | 112.31º | 0.62% | 0.12% | - |
| HSV(B) | 112.31º | 0.76% | 0.2% | - |
| XYZ | 1.48 | 2.51 | 0.75 | - |
| YUV | 36.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 12 | 0.67 | 0 | 0.76 | 0.8 | 112.31 | 0.62 | 0.12 |
| Hex | 11 | 33 | C | 43 | 0 | 4C | 50 | 70 | 3E | C |
| Octal | 21 | 63 | 14 | 103 | 0 | 114 | 120 | 160 | 76 | 14 |
| Binary | 10001 | 110011 | 1100 | 1000011 | 0 | 1001100 | 1010000 | 1110000 | 111110 | 1100 |
Color Harmonies of #11330C
Complementary color
Monochromatic Colors of #11330C
Black with #11330C
Text Example
Text Example
White with #11330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11330C; }
p { color: rgb(17,51,12); }
H1.HeaderClassName
{
color: #11330C;
}
.AnyTagClassName
{
color: #11330C;
}
</style>
background-color css
<style>
a { background-color: #11330C; }
a { background-color: rgb(17,51,12); }
div.DivClassName
{
background-color: #11330C;
}
.BgClassName
{
background-color: #11330C;
}
</style>
border-color css
<style>
span { border-color: #11330C; }
span { border-color: rgb(17,51,12); }
td.TdClassName
{
border-color: #11330C;
}
.TagClassName
{
border-color: #11330C;
}
</style>