Shades of Myrtle #113C0F
Tints of Myrtle #113C0F
RGB
CMYK
RGB Variations
Color information
#113C0F (or 0x113C0F) is known color: Myrtle. HEX triplet: 11, 3C and 0F. RGB value is (17,60,15). Sum of RGB (Red+Green+Blue) = 17+60+15=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 60 (23.83% from 255 or 65.22% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 60 - color contains mainly: green. Hex color #113C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113C0F is #EEC3F0. Grayscale: #2A2A2A. Windows color (decimal): -15647729 or 998417. OLE color: 998417.
HSL color Cylindrical-coordinate representation of color #113C0F: hue angle of 117.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113C0F is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 15 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.76 |
| HSL | 117.33º | 0.6% | 0.15% | - |
| HSV(B) | 117.33º | 0.75% | 0.24% | - |
| XYZ | 1.93 | 3.39 | 1 | - |
| YUV | 42.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 15 | 0.72 | 0 | 0.75 | 0.76 | 117.33 | 0.6 | 0.15 |
| Hex | 11 | 3C | F | 48 | 0 | 4B | 4C | 75 | 3C | F |
| Octal | 21 | 74 | 17 | 110 | 0 | 113 | 114 | 165 | 74 | 17 |
| Binary | 10001 | 111100 | 1111 | 1001000 | 0 | 1001011 | 1001100 | 1110101 | 111100 | 1111 |
Color Harmonies of #113C0F
Complementary color
Monochromatic Colors of #113C0F
Black with #113C0F
Text Example
Text Example
White with #113C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C0F; }
p { color: rgb(17,60,15); }
H1.HeaderClassName
{
color: #113C0F;
}
.AnyTagClassName
{
color: #113C0F;
}
</style>
background-color css
<style>
a { background-color: #113C0F; }
a { background-color: rgb(17,60,15); }
div.DivClassName
{
background-color: #113C0F;
}
.BgClassName
{
background-color: #113C0F;
}
</style>
border-color css
<style>
span { border-color: #113C0F; }
span { border-color: rgb(17,60,15); }
td.TdClassName
{
border-color: #113C0F;
}
.TagClassName
{
border-color: #113C0F;
}
</style>