Shades of Myrtle #114402
Tints of Myrtle #114402
RGB
CMYK
RGB Variations
Color information
#114402 (or 0x114402) is known color: Myrtle. HEX triplet: 11, 44 and 02. RGB value is (17,68,2). Sum of RGB (Red+Green+Blue) = 17+68+2=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 68 (26.95% from 255 or 78.16% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 68 - color contains mainly: green. Hex color #114402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114402 is #EEBBFD. Grayscale: #2D2D2D. Windows color (decimal): -15645694 or 148497. OLE color: 148497.
HSL color Cylindrical-coordinate representation of color #114402: hue angle of 106.36º 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 #114402 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 68 | 2 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.73 |
| HSL | 106.36º | 0.94% | 0.14% | - |
| HSV(B) | 106.36º | 0.97% | 0.27% | - |
| XYZ | 2.31 | 4.26 | 0.76 | - |
| YUV | 45.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 2 | 0.75 | 0 | 0.97 | 0.73 | 106.36 | 0.94 | 0.14 |
| Hex | 11 | 44 | 2 | 4B | 0 | 61 | 49 | 6A | 5E | E |
| Octal | 21 | 104 | 2 | 113 | 0 | 141 | 111 | 152 | 136 | 16 |
| Binary | 10001 | 1000100 | 10 | 1001011 | 0 | 1100001 | 1001001 | 1101010 | 1011110 | 1110 |
Color Harmonies of #114402
Complementary color
Monochromatic Colors of #114402
Black with #114402
Text Example
Text Example
White with #114402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114402; }
p { color: rgb(17,68,2); }
H1.HeaderClassName
{
color: #114402;
}
.AnyTagClassName
{
color: #114402;
}
</style>
background-color css
<style>
a { background-color: #114402; }
a { background-color: rgb(17,68,2); }
div.DivClassName
{
background-color: #114402;
}
.BgClassName
{
background-color: #114402;
}
</style>
border-color css
<style>
span { border-color: #114402; }
span { border-color: rgb(17,68,2); }
td.TdClassName
{
border-color: #114402;
}
.TagClassName
{
border-color: #114402;
}
</style>