Shades of Myrtle #113612
Tints of Myrtle #113612
RGB
CMYK
RGB Variations
Color information
#113612 (or 0x113612) is known color: Myrtle. HEX triplet: 11, 36 and 12. RGB value is (17,54,18). Sum of RGB (Red+Green+Blue) = 17+54+18=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #113612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113612 is #EEC9ED. Grayscale: #262626. Windows color (decimal): -15649262 or 1193489. OLE color: 1193489.
HSL color Cylindrical-coordinate representation of color #113612: hue angle of 121.62º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113612 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 54 | 18 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.79 |
| HSL | 121.62º | 0.52% | 0.14% | - |
| HSV(B) | 121.62º | 0.69% | 0.21% | - |
| XYZ | 1.66 | 2.8 | 1.03 | - |
| YUV | 38.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 18 | 0.69 | 0 | 0.67 | 0.79 | 121.62 | 0.52 | 0.14 |
| Hex | 11 | 36 | 12 | 45 | 0 | 43 | 4F | 7A | 34 | E |
| Octal | 21 | 66 | 22 | 105 | 0 | 103 | 117 | 172 | 64 | 16 |
| Binary | 10001 | 110110 | 10010 | 1000101 | 0 | 1000011 | 1001111 | 1111010 | 110100 | 1110 |
Color Harmonies of #113612
Complementary color
Monochromatic Colors of #113612
Black with #113612
Text Example
Text Example
White with #113612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113612; }
p { color: rgb(17,54,18); }
H1.HeaderClassName
{
color: #113612;
}
.AnyTagClassName
{
color: #113612;
}
</style>
background-color css
<style>
a { background-color: #113612; }
a { background-color: rgb(17,54,18); }
div.DivClassName
{
background-color: #113612;
}
.BgClassName
{
background-color: #113612;
}
</style>
border-color css
<style>
span { border-color: #113612; }
span { border-color: rgb(17,54,18); }
td.TdClassName
{
border-color: #113612;
}
.TagClassName
{
border-color: #113612;
}
</style>