Shades of Myrtle #113800
Tints of Myrtle #113800
RGB
CMYK
RGB Variations
Color information
#113800 (or 0x113800) is known color: Myrtle. HEX triplet: 11, 38 and 00. RGB value is (17,56,0). Sum of RGB (Red+Green+Blue) = 17+56+0=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #113800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113800 is #EEC7FF. Grayscale: #262626. Windows color (decimal): -15648768 or 14353. OLE color: 14353.
HSL color Cylindrical-coordinate representation of color #113800: hue angle of 101.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #113800 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.78 |
| HSL | 101.79º | 1% | 0.11% | - |
| HSV(B) | 101.79º | 1% | 0.22% | - |
| XYZ | 1.65 | 2.95 | 0.48 | - |
| YUV | 37.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 0 | 0.70 | 0 | 1 | 0.78 | 101.79 | 1 | 0.11 |
| Hex | 11 | 38 | 0 | 46 | 0 | 64 | 4E | 66 | 64 | B |
| Octal | 21 | 70 | 0 | 106 | 0 | 144 | 116 | 146 | 144 | 13 |
| Binary | 10001 | 111000 | 0 | 1000110 | 0 | 1100100 | 1001110 | 1100110 | 1100100 | 1011 |
Color Harmonies of #113800
Complementary color
Monochromatic Colors of #113800
Black with #113800
Text Example
Text Example
White with #113800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113800; }
p { color: rgb(17,56,0); }
H1.HeaderClassName
{
color: #113800;
}
.AnyTagClassName
{
color: #113800;
}
</style>
background-color css
<style>
a { background-color: #113800; }
a { background-color: rgb(17,56,0); }
div.DivClassName
{
background-color: #113800;
}
.BgClassName
{
background-color: #113800;
}
</style>
border-color css
<style>
span { border-color: #113800; }
span { border-color: rgb(17,56,0); }
td.TdClassName
{
border-color: #113800;
}
.TagClassName
{
border-color: #113800;
}
</style>