Shades of Myrtle #113C0C
Tints of Myrtle #113C0C
RGB
CMYK
RGB Variations
Color information
#113C0C (or 0x113C0C) is known color: Myrtle. HEX triplet: 11, 3C and 0C. RGB value is (17,60,12). Sum of RGB (Red+Green+Blue) = 17+60+12=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 60 (23.83% from 255 or 67.42% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 60 - color contains mainly: green. Hex color #113C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113C0C is #EEC3F3. Grayscale: #292929. Windows color (decimal): -15647732 or 801809. OLE color: 801809.
HSL color Cylindrical-coordinate representation of color #113C0C: hue angle of 113.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113C0C is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 12 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.76 |
| HSL | 113.75º | 0.67% | 0.14% | - |
| HSV(B) | 113.75º | 0.8% | 0.24% | - |
| XYZ | 1.91 | 3.38 | 0.9 | - |
| YUV | 41.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 12 | 0.72 | 0 | 0.80 | 0.76 | 113.75 | 0.67 | 0.14 |
| Hex | 11 | 3C | C | 48 | 0 | 50 | 4C | 72 | 43 | E |
| Octal | 21 | 74 | 14 | 110 | 0 | 120 | 114 | 162 | 103 | 16 |
| Binary | 10001 | 111100 | 1100 | 1001000 | 0 | 1010000 | 1001100 | 1110010 | 1000011 | 1110 |
Color Harmonies of #113C0C
Complementary color
Monochromatic Colors of #113C0C
Black with #113C0C
Text Example
Text Example
White with #113C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C0C; }
p { color: rgb(17,60,12); }
H1.HeaderClassName
{
color: #113C0C;
}
.AnyTagClassName
{
color: #113C0C;
}
</style>
background-color css
<style>
a { background-color: #113C0C; }
a { background-color: rgb(17,60,12); }
div.DivClassName
{
background-color: #113C0C;
}
.BgClassName
{
background-color: #113C0C;
}
</style>
border-color css
<style>
span { border-color: #113C0C; }
span { border-color: rgb(17,60,12); }
td.TdClassName
{
border-color: #113C0C;
}
.TagClassName
{
border-color: #113C0C;
}
</style>