Shades of Camarone #116D31
Tints of Camarone #116D31
RGB
CMYK
RGB Variations
Color information
#116D31 (or 0x116D31) is known color: Camarone. HEX triplet: 11, 6D and 31. RGB value is (17,109,49). Sum of RGB (Red+Green+Blue) = 17+109+49=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 109 (42.97% from 255 or 62.29% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 109 - color contains mainly: green. Hex color #116D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D31 is #EE92CE. Grayscale: #4A4A4A. Windows color (decimal): -15635151 or 3239185. OLE color: 3239185.
HSL color Cylindrical-coordinate representation of color #116D31: hue angle of 140.87º 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 #116D31 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 49 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.57 |
| HSL | 140.87º | 0.73% | 0.25% | - |
| HSV(B) | 140.87º | 0.84% | 0.43% | - |
| XYZ | 6.25 | 11.28 | 4.75 | - |
| YUV | 74.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 49 | 0.84 | 0 | 0.55 | 0.57 | 140.87 | 0.73 | 0.25 |
| Hex | 11 | 6D | 31 | 54 | 0 | 37 | 39 | 8D | 49 | 19 |
| Octal | 21 | 155 | 61 | 124 | 0 | 67 | 71 | 215 | 111 | 31 |
| Binary | 10001 | 1101101 | 110001 | 1010100 | 0 | 110111 | 111001 | 10001101 | 1001001 | 11001 |
Color Harmonies of #116D31
Complementary color
Monochromatic Colors of #116D31
Black with #116D31
Text Example
Text Example
White with #116D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D31; }
p { color: rgb(17,109,49); }
H1.HeaderClassName
{
color: #116D31;
}
.AnyTagClassName
{
color: #116D31;
}
</style>
background-color css
<style>
a { background-color: #116D31; }
a { background-color: rgb(17,109,49); }
div.DivClassName
{
background-color: #116D31;
}
.BgClassName
{
background-color: #116D31;
}
</style>
border-color css
<style>
span { border-color: #116D31; }
span { border-color: rgb(17,109,49); }
td.TdClassName
{
border-color: #116D31;
}
.TagClassName
{
border-color: #116D31;
}
</style>