Shades of Camarone #116D34
Tints of Camarone #116D34
RGB
CMYK
RGB Variations
Color information
#116D34 (or 0x116D34) is known color: Camarone. HEX triplet: 11, 6D and 34. RGB value is (17,109,52). Sum of RGB (Red+Green+Blue) = 17+109+52=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 109 (42.97% from 255 or 61.24% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 109 - color contains mainly: green. Hex color #116D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D34 is #EE92CB. Grayscale: #4B4B4B. Windows color (decimal): -15635148 or 3435793. OLE color: 3435793.
HSL color Cylindrical-coordinate representation of color #116D34: hue angle of 142.83º 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 #116D34 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 52 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.57 |
| HSL | 142.83º | 0.73% | 0.25% | - |
| HSV(B) | 142.83º | 0.84% | 0.43% | - |
| XYZ | 6.32 | 11.3 | 5.1 | - |
| YUV | 74.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 52 | 0.84 | 0 | 0.52 | 0.57 | 142.83 | 0.73 | 0.25 |
| Hex | 11 | 6D | 34 | 54 | 0 | 34 | 39 | 8F | 49 | 19 |
| Octal | 21 | 155 | 64 | 124 | 0 | 64 | 71 | 217 | 111 | 31 |
| Binary | 10001 | 1101101 | 110100 | 1010100 | 0 | 110100 | 111001 | 10001111 | 1001001 | 11001 |
Color Harmonies of #116D34
Complementary color
Monochromatic Colors of #116D34
Black with #116D34
Text Example
Text Example
White with #116D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D34; }
p { color: rgb(17,109,52); }
H1.HeaderClassName
{
color: #116D34;
}
.AnyTagClassName
{
color: #116D34;
}
</style>
background-color css
<style>
a { background-color: #116D34; }
a { background-color: rgb(17,109,52); }
div.DivClassName
{
background-color: #116D34;
}
.BgClassName
{
background-color: #116D34;
}
</style>
border-color css
<style>
span { border-color: #116D34; }
span { border-color: rgb(17,109,52); }
td.TdClassName
{
border-color: #116D34;
}
.TagClassName
{
border-color: #116D34;
}
</style>