Shades of Myrtle #113905
Tints of Myrtle #113905
RGB
CMYK
RGB Variations
Color information
#113905 (or 0x113905) is known color: Myrtle. HEX triplet: 11, 39 and 05. RGB value is (17,57,5). Sum of RGB (Red+Green+Blue) = 17+57+5=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 57 (22.66% from 255 or 72.15% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 57 - color contains mainly: green. Hex color #113905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113905 is #EEC6FA. Grayscale: #272727. Windows color (decimal): -15648507 or 342289. OLE color: 342289.
HSL color Cylindrical-coordinate representation of color #113905: hue angle of 106.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113905 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 5 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.78 |
| HSL | 106.15º | 0.84% | 0.12% | - |
| HSV(B) | 106.15º | 0.91% | 0.22% | - |
| XYZ | 1.72 | 3.06 | 0.64 | - |
| YUV | 39.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 5 | 0.70 | 0 | 0.91 | 0.78 | 106.15 | 0.84 | 0.12 |
| Hex | 11 | 39 | 5 | 46 | 0 | 5B | 4E | 6A | 54 | C |
| Octal | 21 | 71 | 5 | 106 | 0 | 133 | 116 | 152 | 124 | 14 |
| Binary | 10001 | 111001 | 101 | 1000110 | 0 | 1011011 | 1001110 | 1101010 | 1010100 | 1100 |
Color Harmonies of #113905
Complementary color
Monochromatic Colors of #113905
Black with #113905
Text Example
Text Example
White with #113905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113905; }
p { color: rgb(17,57,5); }
H1.HeaderClassName
{
color: #113905;
}
.AnyTagClassName
{
color: #113905;
}
</style>
background-color css
<style>
a { background-color: #113905; }
a { background-color: rgb(17,57,5); }
div.DivClassName
{
background-color: #113905;
}
.BgClassName
{
background-color: #113905;
}
</style>
border-color css
<style>
span { border-color: #113905; }
span { border-color: rgb(17,57,5); }
td.TdClassName
{
border-color: #113905;
}
.TagClassName
{
border-color: #113905;
}
</style>