Shades of Camarone #116D32
Tints of Camarone #116D32
RGB
CMYK
RGB Variations
Color information
#116D32 (or 0x116D32) is known color: Camarone. HEX triplet: 11, 6D and 32. RGB value is (17,109,50). Sum of RGB (Red+Green+Blue) = 17+109+50=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 109 (42.97% from 255 or 61.93% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 109 - color contains mainly: green. Hex color #116D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D32 is #EE92CD. Grayscale: #4A4A4A. Windows color (decimal): -15635150 or 3304721. OLE color: 3304721.
HSL color Cylindrical-coordinate representation of color #116D32: hue angle of 141.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D32 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 50 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.57 |
| HSL | 141.52º | 0.73% | 0.25% | - |
| HSV(B) | 141.52º | 0.84% | 0.43% | - |
| XYZ | 6.28 | 11.29 | 4.87 | - |
| YUV | 74.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 50 | 0.84 | 0 | 0.54 | 0.57 | 141.52 | 0.73 | 0.25 |
| Hex | 11 | 6D | 32 | 54 | 0 | 36 | 39 | 8E | 49 | 19 |
| Octal | 21 | 155 | 62 | 124 | 0 | 66 | 71 | 216 | 111 | 31 |
| Binary | 10001 | 1101101 | 110010 | 1010100 | 0 | 110110 | 111001 | 10001110 | 1001001 | 11001 |
Color Harmonies of #116D32
Complementary color
Monochromatic Colors of #116D32
Black with #116D32
Text Example
Text Example
White with #116D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D32; }
p { color: rgb(17,109,50); }
H1.HeaderClassName
{
color: #116D32;
}
.AnyTagClassName
{
color: #116D32;
}
</style>
background-color css
<style>
a { background-color: #116D32; }
a { background-color: rgb(17,109,50); }
div.DivClassName
{
background-color: #116D32;
}
.BgClassName
{
background-color: #116D32;
}
</style>
border-color css
<style>
span { border-color: #116D32; }
span { border-color: rgb(17,109,50); }
td.TdClassName
{
border-color: #116D32;
}
.TagClassName
{
border-color: #116D32;
}
</style>