Shades of Myrtle #113C05
Tints of Myrtle #113C05
RGB
CMYK
RGB Variations
Color information
#113C05 (or 0x113C05) is known color: Myrtle. HEX triplet: 11, 3C and 05. RGB value is (17,60,5). Sum of RGB (Red+Green+Blue) = 17+60+5=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 60 (23.83% from 255 or 73.17% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 60 - color contains mainly: green. Hex color #113C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113C05 is #EEC3FA. Grayscale: #292929. Windows color (decimal): -15647739 or 343057. OLE color: 343057.
HSL color Cylindrical-coordinate representation of color #113C05: hue angle of 106.91º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113C05 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 5 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.76 |
| HSL | 106.91º | 0.85% | 0.13% | - |
| HSV(B) | 106.91º | 0.92% | 0.24% | - |
| XYZ | 1.87 | 3.36 | 0.69 | - |
| YUV | 40.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 5 | 0.72 | 0 | 0.92 | 0.76 | 106.91 | 0.85 | 0.13 |
| Hex | 11 | 3C | 5 | 48 | 0 | 5C | 4C | 6B | 55 | D |
| Octal | 21 | 74 | 5 | 110 | 0 | 134 | 114 | 153 | 125 | 15 |
| Binary | 10001 | 111100 | 101 | 1001000 | 0 | 1011100 | 1001100 | 1101011 | 1010101 | 1101 |
Color Harmonies of #113C05
Complementary color
Monochromatic Colors of #113C05
Black with #113C05
Text Example
Text Example
White with #113C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C05; }
p { color: rgb(17,60,5); }
H1.HeaderClassName
{
color: #113C05;
}
.AnyTagClassName
{
color: #113C05;
}
</style>
background-color css
<style>
a { background-color: #113C05; }
a { background-color: rgb(17,60,5); }
div.DivClassName
{
background-color: #113C05;
}
.BgClassName
{
background-color: #113C05;
}
</style>
border-color css
<style>
span { border-color: #113C05; }
span { border-color: rgb(17,60,5); }
td.TdClassName
{
border-color: #113C05;
}
.TagClassName
{
border-color: #113C05;
}
</style>