Shades of Myrtle #11370F
Tints of Myrtle #11370F
RGB
CMYK
RGB Variations
Color information
#11370F (or 0x11370F) is known color: Myrtle. HEX triplet: 11, 37 and 0F. RGB value is (17,55,15). Sum of RGB (Red+Green+Blue) = 17+55+15=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #11370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11370F is #EEC8F0. Grayscale: #272727. Windows color (decimal): -15649009 or 997137. OLE color: 997137.
HSL color Cylindrical-coordinate representation of color #11370F: hue angle of 117º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11370F is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 15 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.78 |
| HSL | 117º | 0.57% | 0.14% | - |
| HSV(B) | 117º | 0.73% | 0.22% | - |
| XYZ | 1.68 | 2.89 | 0.92 | - |
| YUV | 39.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 15 | 0.69 | 0 | 0.73 | 0.78 | 117 | 0.57 | 0.14 |
| Hex | 11 | 37 | F | 45 | 0 | 49 | 4E | 75 | 39 | E |
| Octal | 21 | 67 | 17 | 105 | 0 | 111 | 116 | 165 | 71 | 16 |
| Binary | 10001 | 110111 | 1111 | 1000101 | 0 | 1001001 | 1001110 | 1110101 | 111001 | 1110 |
Color Harmonies of #11370F
Complementary color
Monochromatic Colors of #11370F
Black with #11370F
Text Example
Text Example
White with #11370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11370F; }
p { color: rgb(17,55,15); }
H1.HeaderClassName
{
color: #11370F;
}
.AnyTagClassName
{
color: #11370F;
}
</style>
background-color css
<style>
a { background-color: #11370F; }
a { background-color: rgb(17,55,15); }
div.DivClassName
{
background-color: #11370F;
}
.BgClassName
{
background-color: #11370F;
}
</style>
border-color css
<style>
span { border-color: #11370F; }
span { border-color: rgb(17,55,15); }
td.TdClassName
{
border-color: #11370F;
}
.TagClassName
{
border-color: #11370F;
}
</style>