Shades of Camarone #116E32
Tints of Camarone #116E32
RGB
CMYK
RGB Variations
Color information
#116E32 (or 0x116E32) is known color: Camarone. HEX triplet: 11, 6E and 32. RGB value is (17,110,50). Sum of RGB (Red+Green+Blue) = 17+110+50=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 110 (43.36% from 255 or 62.15% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 110 - color contains mainly: green. Hex color #116E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E32 is #EE91CD. Grayscale: #4B4B4B. Windows color (decimal): -15634894 or 3304977. OLE color: 3304977.
HSL color Cylindrical-coordinate representation of color #116E32: hue angle of 141.29º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E32 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 50 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.57 |
| HSL | 141.29º | 0.73% | 0.25% | - |
| HSV(B) | 141.29º | 0.85% | 0.43% | - |
| XYZ | 6.38 | 11.5 | 4.9 | - |
| YUV | 75.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 50 | 0.85 | 0 | 0.55 | 0.57 | 141.29 | 0.73 | 0.25 |
| Hex | 11 | 6E | 32 | 55 | 0 | 37 | 39 | 8D | 49 | 19 |
| Octal | 21 | 156 | 62 | 125 | 0 | 67 | 71 | 215 | 111 | 31 |
| Binary | 10001 | 1101110 | 110010 | 1010101 | 0 | 110111 | 111001 | 10001101 | 1001001 | 11001 |
Color Harmonies of #116E32
Complementary color
Monochromatic Colors of #116E32
Black with #116E32
Text Example
Text Example
White with #116E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E32; }
p { color: rgb(17,110,50); }
H1.HeaderClassName
{
color: #116E32;
}
.AnyTagClassName
{
color: #116E32;
}
</style>
background-color css
<style>
a { background-color: #116E32; }
a { background-color: rgb(17,110,50); }
div.DivClassName
{
background-color: #116E32;
}
.BgClassName
{
background-color: #116E32;
}
</style>
border-color css
<style>
span { border-color: #116E32; }
span { border-color: rgb(17,110,50); }
td.TdClassName
{
border-color: #116E32;
}
.TagClassName
{
border-color: #116E32;
}
</style>