Shades of Myrtle #114001
Tints of Myrtle #114001
RGB
CMYK
RGB Variations
Color information
#114001 (or 0x114001) is known color: Myrtle. HEX triplet: 11, 40 and 01. RGB value is (17,64,1). Sum of RGB (Red+Green+Blue) = 17+64+1=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #114001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114001 is #EEBFFE. Grayscale: #2A2A2A. Windows color (decimal): -15646719 or 81937. OLE color: 81937.
HSL color Cylindrical-coordinate representation of color #114001: hue angle of 104.76º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #114001 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 1 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.75 |
| HSL | 104.76º | 0.97% | 0.13% | - |
| HSV(B) | 104.76º | 0.98% | 0.25% | - |
| XYZ | 2.07 | 3.79 | 0.65 | - |
| YUV | 42.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 1 | 0.73 | 0 | 0.98 | 0.75 | 104.76 | 0.97 | 0.13 |
| Hex | 11 | 40 | 1 | 49 | 0 | 62 | 4B | 69 | 61 | D |
| Octal | 21 | 100 | 1 | 111 | 0 | 142 | 113 | 151 | 141 | 15 |
| Binary | 10001 | 1000000 | 1 | 1001001 | 0 | 1100010 | 1001011 | 1101001 | 1100001 | 1101 |
Color Harmonies of #114001
Complementary color
Monochromatic Colors of #114001
Black with #114001
Text Example
Text Example
White with #114001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114001; }
p { color: rgb(17,64,1); }
H1.HeaderClassName
{
color: #114001;
}
.AnyTagClassName
{
color: #114001;
}
</style>
background-color css
<style>
a { background-color: #114001; }
a { background-color: rgb(17,64,1); }
div.DivClassName
{
background-color: #114001;
}
.BgClassName
{
background-color: #114001;
}
</style>
border-color css
<style>
span { border-color: #114001; }
span { border-color: rgb(17,64,1); }
td.TdClassName
{
border-color: #114001;
}
.TagClassName
{
border-color: #114001;
}
</style>