Shades of Camarone #117134
Tints of Camarone #117134
RGB
CMYK
RGB Variations
Color information
#117134 (or 0x117134) is known color: Camarone. HEX triplet: 11, 71 and 34. RGB value is (17,113,52). Sum of RGB (Red+Green+Blue) = 17+113+52=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #117134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117134 is #EE8ECB. Grayscale: #4D4D4D. Windows color (decimal): -15634124 or 3436817. OLE color: 3436817.
HSL color Cylindrical-coordinate representation of color #117134: hue angle of 141.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117134 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 52 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.56 |
| HSL | 141.88º | 0.74% | 0.25% | - |
| HSV(B) | 141.88º | 0.85% | 0.44% | - |
| XYZ | 6.76 | 12.18 | 5.24 | - |
| YUV | 77.34 | 113.7 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 52 | 0.85 | 0 | 0.54 | 0.56 | 141.88 | 0.74 | 0.25 |
| Hex | 11 | 71 | 34 | 55 | 0 | 36 | 38 | 8E | 4A | 19 |
| Octal | 21 | 161 | 64 | 125 | 0 | 66 | 70 | 216 | 112 | 31 |
| Binary | 10001 | 1110001 | 110100 | 1010101 | 0 | 110110 | 111000 | 10001110 | 1001010 | 11001 |
Color Harmonies of #117134
Complementary color
Monochromatic Colors of #117134
Black with #117134
Text Example
Text Example
White with #117134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117134; }
p { color: rgb(17,113,52); }
H1.HeaderClassName
{
color: #117134;
}
.AnyTagClassName
{
color: #117134;
}
</style>
background-color css
<style>
a { background-color: #117134; }
a { background-color: rgb(17,113,52); }
div.DivClassName
{
background-color: #117134;
}
.BgClassName
{
background-color: #117134;
}
</style>
border-color css
<style>
span { border-color: #117134; }
span { border-color: rgb(17,113,52); }
td.TdClassName
{
border-color: #117134;
}
.TagClassName
{
border-color: #117134;
}
</style>