Shades of Myrtle #114601
Tints of Myrtle #114601
RGB
CMYK
RGB Variations
Color information
#114601 (or 0x114601) is known color: Myrtle. HEX triplet: 11, 46 and 01. RGB value is (17,70,1). Sum of RGB (Red+Green+Blue) = 17+70+1=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #114601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114601 is #EEB9FE. Grayscale: #2E2E2E. Windows color (decimal): -15645183 or 83473. OLE color: 83473.
HSL color Cylindrical-coordinate representation of color #114601: hue angle of 106.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #114601 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.73 |
| HSL | 106.09º | 0.97% | 0.14% | - |
| HSV(B) | 106.09º | 0.99% | 0.27% | - |
| XYZ | 2.43 | 4.5 | 0.77 | - |
| YUV | 46.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 1 | 0.76 | 0 | 0.99 | 0.73 | 106.09 | 0.97 | 0.14 |
| Hex | 11 | 46 | 1 | 4C | 0 | 63 | 49 | 6A | 61 | E |
| Octal | 21 | 106 | 1 | 114 | 0 | 143 | 111 | 152 | 141 | 16 |
| Binary | 10001 | 1000110 | 1 | 1001100 | 0 | 1100011 | 1001001 | 1101010 | 1100001 | 1110 |
Color Harmonies of #114601
Complementary color
Monochromatic Colors of #114601
Black with #114601
Text Example
Text Example
White with #114601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114601; }
p { color: rgb(17,70,1); }
H1.HeaderClassName
{
color: #114601;
}
.AnyTagClassName
{
color: #114601;
}
</style>
background-color css
<style>
a { background-color: #114601; }
a { background-color: rgb(17,70,1); }
div.DivClassName
{
background-color: #114601;
}
.BgClassName
{
background-color: #114601;
}
</style>
border-color css
<style>
span { border-color: #114601; }
span { border-color: rgb(17,70,1); }
td.TdClassName
{
border-color: #114601;
}
.TagClassName
{
border-color: #114601;
}
</style>