Shades of Camarone #116D29
Tints of Camarone #116D29
RGB
CMYK
RGB Variations
Color information
#116D29 (or 0x116D29) is known color: Camarone. HEX triplet: 11, 6D and 29. RGB value is (17,109,41). Sum of RGB (Red+Green+Blue) = 17+109+41=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 109 (42.97% from 255 or 65.27% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 109 - color contains mainly: green. Hex color #116D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D29 is #EE92D6. Grayscale: #494949. Windows color (decimal): -15635159 or 2714897. OLE color: 2714897.
HSL color Cylindrical-coordinate representation of color #116D29: hue angle of 135.65º 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 #116D29 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 41 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.57 |
| HSL | 135.65º | 0.73% | 0.25% | - |
| HSV(B) | 135.65º | 0.84% | 0.43% | - |
| XYZ | 6.1 | 11.22 | 3.94 | - |
| YUV | 73.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 41 | 0.84 | 0 | 0.62 | 0.57 | 135.65 | 0.73 | 0.25 |
| Hex | 11 | 6D | 29 | 54 | 0 | 3E | 39 | 88 | 49 | 19 |
| Octal | 21 | 155 | 51 | 124 | 0 | 76 | 71 | 210 | 111 | 31 |
| Binary | 10001 | 1101101 | 101001 | 1010100 | 0 | 111110 | 111001 | 10001000 | 1001001 | 11001 |
Color Harmonies of #116D29
Complementary color
Monochromatic Colors of #116D29
Black with #116D29
Text Example
Text Example
White with #116D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D29; }
p { color: rgb(17,109,41); }
H1.HeaderClassName
{
color: #116D29;
}
.AnyTagClassName
{
color: #116D29;
}
</style>
background-color css
<style>
a { background-color: #116D29; }
a { background-color: rgb(17,109,41); }
div.DivClassName
{
background-color: #116D29;
}
.BgClassName
{
background-color: #116D29;
}
</style>
border-color css
<style>
span { border-color: #116D29; }
span { border-color: rgb(17,109,41); }
td.TdClassName
{
border-color: #116D29;
}
.TagClassName
{
border-color: #116D29;
}
</style>