Shades of Myrtle #113D00
Tints of Myrtle #113D00
RGB
CMYK
RGB Variations
Color information
#113D00 (or 0x113D00) is known color: Myrtle. HEX triplet: 11, 3D and 00. RGB value is (17,61,0). Sum of RGB (Red+Green+Blue) = 17+61+0=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #113D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D00 is #EEC2FF. Grayscale: #292929. Windows color (decimal): -15647488 or 15633. OLE color: 15633.
HSL color Cylindrical-coordinate representation of color #113D00: hue angle of 103.28º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #113D00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.76 |
| HSL | 103.28º | 1% | 0.12% | - |
| HSV(B) | 103.28º | 1% | 0.24% | - |
| XYZ | 1.9 | 3.46 | 0.57 | - |
| YUV | 40.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 0 | 0.72 | 0 | 1 | 0.76 | 103.28 | 1 | 0.12 |
| Hex | 11 | 3D | 0 | 48 | 0 | 64 | 4C | 67 | 64 | C |
| Octal | 21 | 75 | 0 | 110 | 0 | 144 | 114 | 147 | 144 | 14 |
| Binary | 10001 | 111101 | 0 | 1001000 | 0 | 1100100 | 1001100 | 1100111 | 1100100 | 1100 |
Color Harmonies of #113D00
Complementary color
Monochromatic Colors of #113D00
Black with #113D00
Text Example
Text Example
White with #113D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D00; }
p { color: rgb(17,61,0); }
H1.HeaderClassName
{
color: #113D00;
}
.AnyTagClassName
{
color: #113D00;
}
</style>
background-color css
<style>
a { background-color: #113D00; }
a { background-color: rgb(17,61,0); }
div.DivClassName
{
background-color: #113D00;
}
.BgClassName
{
background-color: #113D00;
}
</style>
border-color css
<style>
span { border-color: #113D00; }
span { border-color: rgb(17,61,0); }
td.TdClassName
{
border-color: #113D00;
}
.TagClassName
{
border-color: #113D00;
}
</style>