Shades of Camarone #116C30
Tints of Camarone #116C30
RGB
CMYK
RGB Variations
Color information
#116C30 (or 0x116C30) is known color: Camarone. HEX triplet: 11, 6C and 30. RGB value is (17,108,48). Sum of RGB (Red+Green+Blue) = 17+108+48=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 108 (42.58% from 255 or 62.43% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 108 - color contains mainly: green. Hex color #116C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C30 is #EE93CF. Grayscale: #4A4A4A. Windows color (decimal): -15635408 or 3173393. OLE color: 3173393.
HSL color Cylindrical-coordinate representation of color #116C30: hue angle of 140.44º 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 #116C30 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 48 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.58 |
| HSL | 140.44º | 0.73% | 0.25% | - |
| HSV(B) | 140.44º | 0.84% | 0.42% | - |
| XYZ | 6.13 | 11.06 | 4.61 | - |
| YUV | 73.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 48 | 0.84 | 0 | 0.56 | 0.58 | 140.44 | 0.73 | 0.25 |
| Hex | 11 | 6C | 30 | 54 | 0 | 38 | 3A | 8C | 49 | 19 |
| Octal | 21 | 154 | 60 | 124 | 0 | 70 | 72 | 214 | 111 | 31 |
| Binary | 10001 | 1101100 | 110000 | 1010100 | 0 | 111000 | 111010 | 10001100 | 1001001 | 11001 |
Color Harmonies of #116C30
Complementary color
Monochromatic Colors of #116C30
Black with #116C30
Text Example
Text Example
White with #116C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C30; }
p { color: rgb(17,108,48); }
H1.HeaderClassName
{
color: #116C30;
}
.AnyTagClassName
{
color: #116C30;
}
</style>
background-color css
<style>
a { background-color: #116C30; }
a { background-color: rgb(17,108,48); }
div.DivClassName
{
background-color: #116C30;
}
.BgClassName
{
background-color: #116C30;
}
</style>
border-color css
<style>
span { border-color: #116C30; }
span { border-color: rgb(17,108,48); }
td.TdClassName
{
border-color: #116C30;
}
.TagClassName
{
border-color: #116C30;
}
</style>