Shades of Myrtle #114113
Tints of Myrtle #114113
RGB
CMYK
RGB Variations
Color information
#114113 (or 0x114113) is known color: Myrtle. HEX triplet: 11, 41 and 13. RGB value is (17,65,19). Sum of RGB (Red+Green+Blue) = 17+65+19=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #114113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114113 is #EEBEEC. Grayscale: #2D2D2D. Windows color (decimal): -15646445 or 1261841. OLE color: 1261841.
HSL color Cylindrical-coordinate representation of color #114113: hue angle of 122.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114113 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 19 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.75 |
| HSL | 122.5º | 0.59% | 0.16% | - |
| HSV(B) | 122.5º | 0.74% | 0.25% | - |
| XYZ | 2.24 | 3.95 | 1.26 | - |
| YUV | 45.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 19 | 0.74 | 0 | 0.71 | 0.75 | 122.5 | 0.59 | 0.16 |
| Hex | 11 | 41 | 13 | 4A | 0 | 47 | 4B | 7B | 3B | 10 |
| Octal | 21 | 101 | 23 | 112 | 0 | 107 | 113 | 173 | 73 | 20 |
| Binary | 10001 | 1000001 | 10011 | 1001010 | 0 | 1000111 | 1001011 | 1111011 | 111011 | 10000 |
Color Harmonies of #114113
Complementary color
Monochromatic Colors of #114113
Black with #114113
Text Example
Text Example
White with #114113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114113; }
p { color: rgb(17,65,19); }
H1.HeaderClassName
{
color: #114113;
}
.AnyTagClassName
{
color: #114113;
}
</style>
background-color css
<style>
a { background-color: #114113; }
a { background-color: rgb(17,65,19); }
div.DivClassName
{
background-color: #114113;
}
.BgClassName
{
background-color: #114113;
}
</style>
border-color css
<style>
span { border-color: #114113; }
span { border-color: rgb(17,65,19); }
td.TdClassName
{
border-color: #114113;
}
.TagClassName
{
border-color: #114113;
}
</style>