Shades of Camarone #116D33
Tints of Camarone #116D33
RGB
CMYK
RGB Variations
Color information
#116D33 (or 0x116D33) is known color: Camarone. HEX triplet: 11, 6D and 33. RGB value is (17,109,51). Sum of RGB (Red+Green+Blue) = 17+109+51=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #116D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D33 is #EE92CC. Grayscale: #4B4B4B. Windows color (decimal): -15635149 or 3370257. OLE color: 3370257.
HSL color Cylindrical-coordinate representation of color #116D33: hue angle of 142.17º 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 #116D33 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 51 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.57 |
| HSL | 142.17º | 0.73% | 0.25% | - |
| HSV(B) | 142.17º | 0.84% | 0.43% | - |
| XYZ | 6.3 | 11.3 | 4.98 | - |
| YUV | 74.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 51 | 0.84 | 0 | 0.53 | 0.57 | 142.17 | 0.73 | 0.25 |
| Hex | 11 | 6D | 33 | 54 | 0 | 35 | 39 | 8E | 49 | 19 |
| Octal | 21 | 155 | 63 | 124 | 0 | 65 | 71 | 216 | 111 | 31 |
| Binary | 10001 | 1101101 | 110011 | 1010100 | 0 | 110101 | 111001 | 10001110 | 1001001 | 11001 |
Color Harmonies of #116D33
Complementary color
Monochromatic Colors of #116D33
Black with #116D33
Text Example
Text Example
White with #116D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D33; }
p { color: rgb(17,109,51); }
H1.HeaderClassName
{
color: #116D33;
}
.AnyTagClassName
{
color: #116D33;
}
</style>
background-color css
<style>
a { background-color: #116D33; }
a { background-color: rgb(17,109,51); }
div.DivClassName
{
background-color: #116D33;
}
.BgClassName
{
background-color: #116D33;
}
</style>
border-color css
<style>
span { border-color: #116D33; }
span { border-color: rgb(17,109,51); }
td.TdClassName
{
border-color: #116D33;
}
.TagClassName
{
border-color: #116D33;
}
</style>