Shades of Myrtle #113512
Tints of Myrtle #113512
RGB
CMYK
RGB Variations
Color information
#113512 (or 0x113512) is known color: Myrtle. HEX triplet: 11, 35 and 12. RGB value is (17,53,18). Sum of RGB (Red+Green+Blue) = 17+53+18=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #113512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113512 is #EECAED. Grayscale: #262626. Windows color (decimal): -15649518 or 1193233. OLE color: 1193233.
HSL color Cylindrical-coordinate representation of color #113512: hue angle of 121.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113512 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 18 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.79 |
| HSL | 121.67º | 0.51% | 0.14% | - |
| HSV(B) | 121.67º | 0.68% | 0.21% | - |
| XYZ | 1.61 | 2.71 | 1.01 | - |
| YUV | 38.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 18 | 0.68 | 0 | 0.66 | 0.79 | 121.67 | 0.51 | 0.14 |
| Hex | 11 | 35 | 12 | 44 | 0 | 42 | 4F | 7A | 33 | E |
| Octal | 21 | 65 | 22 | 104 | 0 | 102 | 117 | 172 | 63 | 16 |
| Binary | 10001 | 110101 | 10010 | 1000100 | 0 | 1000010 | 1001111 | 1111010 | 110011 | 1110 |
Color Harmonies of #113512
Complementary color
Monochromatic Colors of #113512
Black with #113512
Text Example
Text Example
White with #113512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113512; }
p { color: rgb(17,53,18); }
H1.HeaderClassName
{
color: #113512;
}
.AnyTagClassName
{
color: #113512;
}
</style>
background-color css
<style>
a { background-color: #113512; }
a { background-color: rgb(17,53,18); }
div.DivClassName
{
background-color: #113512;
}
.BgClassName
{
background-color: #113512;
}
</style>
border-color css
<style>
span { border-color: #113512; }
span { border-color: rgb(17,53,18); }
td.TdClassName
{
border-color: #113512;
}
.TagClassName
{
border-color: #113512;
}
</style>