Shades of Camarone #116C28
Tints of Camarone #116C28
RGB
CMYK
RGB Variations
Color information
#116C28 (or 0x116C28) is known color: Camarone. HEX triplet: 11, 6C and 28. RGB value is (17,108,40). Sum of RGB (Red+Green+Blue) = 17+108+40=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #116C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C28 is #EE93D7. Grayscale: #494949. Windows color (decimal): -15635416 or 2649105. OLE color: 2649105.
HSL color Cylindrical-coordinate representation of color #116C28: hue angle of 135.16º 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 #116C28 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 40 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.58 |
| HSL | 135.16º | 0.73% | 0.25% | - |
| HSV(B) | 135.16º | 0.84% | 0.42% | - |
| XYZ | 5.98 | 11 | 3.82 | - |
| YUV | 73.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 40 | 0.84 | 0 | 0.63 | 0.58 | 135.16 | 0.73 | 0.25 |
| Hex | 11 | 6C | 28 | 54 | 0 | 3F | 3A | 87 | 49 | 19 |
| Octal | 21 | 154 | 50 | 124 | 0 | 77 | 72 | 207 | 111 | 31 |
| Binary | 10001 | 1101100 | 101000 | 1010100 | 0 | 111111 | 111010 | 10000111 | 1001001 | 11001 |
Color Harmonies of #116C28
Complementary color
Monochromatic Colors of #116C28
Black with #116C28
Text Example
Text Example
White with #116C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C28; }
p { color: rgb(17,108,40); }
H1.HeaderClassName
{
color: #116C28;
}
.AnyTagClassName
{
color: #116C28;
}
</style>
background-color css
<style>
a { background-color: #116C28; }
a { background-color: rgb(17,108,40); }
div.DivClassName
{
background-color: #116C28;
}
.BgClassName
{
background-color: #116C28;
}
</style>
border-color css
<style>
span { border-color: #116C28; }
span { border-color: rgb(17,108,40); }
td.TdClassName
{
border-color: #116C28;
}
.TagClassName
{
border-color: #116C28;
}
</style>