Shades of Camarone #116C26
Tints of Camarone #116C26
RGB
CMYK
RGB Variations
Color information
#116C26 (or 0x116C26) is known color: Camarone. HEX triplet: 11, 6C and 26. RGB value is (17,108,38). Sum of RGB (Red+Green+Blue) = 17+108+38=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 108 (42.58% from 255 or 66.26% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 108 - color contains mainly: green. Hex color #116C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C26 is #EE93D9. Grayscale: #494949. Windows color (decimal): -15635418 or 2518033. OLE color: 2518033.
HSL color Cylindrical-coordinate representation of color #116C26: hue angle of 133.85º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C26 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 38 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.58 |
| HSL | 133.85º | 0.73% | 0.25% | - |
| HSV(B) | 133.85º | 0.84% | 0.42% | - |
| XYZ | 5.94 | 10.98 | 3.64 | - |
| YUV | 72.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 38 | 0.84 | 0 | 0.65 | 0.58 | 133.85 | 0.73 | 0.25 |
| Hex | 11 | 6C | 26 | 54 | 0 | 41 | 3A | 86 | 49 | 19 |
| Octal | 21 | 154 | 46 | 124 | 0 | 101 | 72 | 206 | 111 | 31 |
| Binary | 10001 | 1101100 | 100110 | 1010100 | 0 | 1000001 | 111010 | 10000110 | 1001001 | 11001 |
Color Harmonies of #116C26
Complementary color
Monochromatic Colors of #116C26
Black with #116C26
Text Example
Text Example
White with #116C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C26; }
p { color: rgb(17,108,38); }
H1.HeaderClassName
{
color: #116C26;
}
.AnyTagClassName
{
color: #116C26;
}
</style>
background-color css
<style>
a { background-color: #116C26; }
a { background-color: rgb(17,108,38); }
div.DivClassName
{
background-color: #116C26;
}
.BgClassName
{
background-color: #116C26;
}
</style>
border-color css
<style>
span { border-color: #116C26; }
span { border-color: rgb(17,108,38); }
td.TdClassName
{
border-color: #116C26;
}
.TagClassName
{
border-color: #116C26;
}
</style>