Shades of Camarone #117C34
Tints of Camarone #117C34
RGB
CMYK
RGB Variations
Color information
#117C34 (or 0x117C34) is known color: Camarone. HEX triplet: 11, 7C and 34. RGB value is (17,124,52). Sum of RGB (Red+Green+Blue) = 17+124+52=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #117C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C34 is #EE83CB. Grayscale: #535353. Windows color (decimal): -15631308 or 3439633. OLE color: 3439633.
HSL color Cylindrical-coordinate representation of color #117C34: hue angle of 139.63º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C34 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 52 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.51 |
| HSL | 139.63º | 0.76% | 0.28% | - |
| HSV(B) | 139.63º | 0.86% | 0.49% | - |
| XYZ | 8.06 | 14.78 | 5.68 | - |
| YUV | 83.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 52 | 0.86 | 0 | 0.58 | 0.51 | 139.63 | 0.76 | 0.28 |
| Hex | 11 | 7C | 34 | 56 | 0 | 3A | 33 | 8C | 4C | 1C |
| Octal | 21 | 174 | 64 | 126 | 0 | 72 | 63 | 214 | 114 | 34 |
| Binary | 10001 | 1111100 | 110100 | 1010110 | 0 | 111010 | 110011 | 10001100 | 1001100 | 11100 |
Color Harmonies of #117C34
Complementary color
Monochromatic Colors of #117C34
Black with #117C34
Text Example
Text Example
White with #117C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C34; }
p { color: rgb(17,124,52); }
H1.HeaderClassName
{
color: #117C34;
}
.AnyTagClassName
{
color: #117C34;
}
</style>
background-color css
<style>
a { background-color: #117C34; }
a { background-color: rgb(17,124,52); }
div.DivClassName
{
background-color: #117C34;
}
.BgClassName
{
background-color: #117C34;
}
</style>
border-color css
<style>
span { border-color: #117C34; }
span { border-color: rgb(17,124,52); }
td.TdClassName
{
border-color: #117C34;
}
.TagClassName
{
border-color: #117C34;
}
</style>