Shades of Myrtle #113904
Tints of Myrtle #113904
RGB
CMYK
RGB Variations
Color information
#113904 (or 0x113904) is known color: Myrtle. HEX triplet: 11, 39 and 04. RGB value is (17,57,4). Sum of RGB (Red+Green+Blue) = 17+57+4=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #113904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113904 is #EEC6FB. Grayscale: #272727. Windows color (decimal): -15648508 or 276753. OLE color: 276753.
HSL color Cylindrical-coordinate representation of color #113904: hue angle of 105.28º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113904 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 4 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.78 |
| HSL | 105.28º | 0.87% | 0.12% | - |
| HSV(B) | 105.28º | 0.93% | 0.22% | - |
| XYZ | 1.72 | 3.05 | 0.61 | - |
| YUV | 39 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 4 | 0.70 | 0 | 0.93 | 0.78 | 105.28 | 0.87 | 0.12 |
| Hex | 11 | 39 | 4 | 46 | 0 | 5D | 4E | 69 | 57 | C |
| Octal | 21 | 71 | 4 | 106 | 0 | 135 | 116 | 151 | 127 | 14 |
| Binary | 10001 | 111001 | 100 | 1000110 | 0 | 1011101 | 1001110 | 1101001 | 1010111 | 1100 |
Color Harmonies of #113904
Complementary color
Monochromatic Colors of #113904
Black with #113904
Text Example
Text Example
White with #113904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113904; }
p { color: rgb(17,57,4); }
H1.HeaderClassName
{
color: #113904;
}
.AnyTagClassName
{
color: #113904;
}
</style>
background-color css
<style>
a { background-color: #113904; }
a { background-color: rgb(17,57,4); }
div.DivClassName
{
background-color: #113904;
}
.BgClassName
{
background-color: #113904;
}
</style>
border-color css
<style>
span { border-color: #113904; }
span { border-color: rgb(17,57,4); }
td.TdClassName
{
border-color: #113904;
}
.TagClassName
{
border-color: #113904;
}
</style>