Shades of Myrtle #114602
Tints of Myrtle #114602
RGB
CMYK
RGB Variations
Color information
#114602 (or 0x114602) is known color: Myrtle. HEX triplet: 11, 46 and 02. RGB value is (17,70,2). Sum of RGB (Red+Green+Blue) = 17+70+2=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #114602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114602 is #EEB9FD. Grayscale: #2E2E2E. Windows color (decimal): -15645182 or 149009. OLE color: 149009.
HSL color Cylindrical-coordinate representation of color #114602: hue angle of 106.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #114602 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 2 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.73 |
| HSL | 106.76º | 0.94% | 0.14% | - |
| HSV(B) | 106.76º | 0.97% | 0.27% | - |
| XYZ | 2.43 | 4.5 | 0.8 | - |
| YUV | 46.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 2 | 0.76 | 0 | 0.97 | 0.73 | 106.76 | 0.94 | 0.14 |
| Hex | 11 | 46 | 2 | 4C | 0 | 61 | 49 | 6B | 5E | E |
| Octal | 21 | 106 | 2 | 114 | 0 | 141 | 111 | 153 | 136 | 16 |
| Binary | 10001 | 1000110 | 10 | 1001100 | 0 | 1100001 | 1001001 | 1101011 | 1011110 | 1110 |
Color Harmonies of #114602
Complementary color
Monochromatic Colors of #114602
Black with #114602
Text Example
Text Example
White with #114602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114602; }
p { color: rgb(17,70,2); }
H1.HeaderClassName
{
color: #114602;
}
.AnyTagClassName
{
color: #114602;
}
</style>
background-color css
<style>
a { background-color: #114602; }
a { background-color: rgb(17,70,2); }
div.DivClassName
{
background-color: #114602;
}
.BgClassName
{
background-color: #114602;
}
</style>
border-color css
<style>
span { border-color: #114602; }
span { border-color: rgb(17,70,2); }
td.TdClassName
{
border-color: #114602;
}
.TagClassName
{
border-color: #114602;
}
</style>