Shades of Camarone #117132
Tints of Camarone #117132
RGB
CMYK
RGB Variations
Color information
#117132 (or 0x117132) is known color: Camarone. HEX triplet: 11, 71 and 32. RGB value is (17,113,50). Sum of RGB (Red+Green+Blue) = 17+113+50=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #117132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117132 is #EE8ECD. Grayscale: #4D4D4D. Windows color (decimal): -15634126 or 3305745. OLE color: 3305745.
HSL color Cylindrical-coordinate representation of color #117132: hue angle of 140.62º 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 #117132 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 50 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.56 |
| HSL | 140.63º | 0.74% | 0.25% | - |
| HSV(B) | 140.63º | 0.85% | 0.44% | - |
| XYZ | 6.71 | 12.16 | 5.01 | - |
| YUV | 77.11 | 112.7 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 50 | 0.85 | 0 | 0.56 | 0.56 | 140.63 | 0.74 | 0.25 |
| Hex | 11 | 71 | 32 | 55 | 0 | 38 | 38 | 8D | 4A | 19 |
| Octal | 21 | 161 | 62 | 125 | 0 | 70 | 70 | 215 | 112 | 31 |
| Binary | 10001 | 1110001 | 110010 | 1010101 | 0 | 111000 | 111000 | 10001101 | 1001010 | 11001 |
Color Harmonies of #117132
Complementary color
Monochromatic Colors of #117132
Black with #117132
Text Example
Text Example
White with #117132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117132; }
p { color: rgb(17,113,50); }
H1.HeaderClassName
{
color: #117132;
}
.AnyTagClassName
{
color: #117132;
}
</style>
background-color css
<style>
a { background-color: #117132; }
a { background-color: rgb(17,113,50); }
div.DivClassName
{
background-color: #117132;
}
.BgClassName
{
background-color: #117132;
}
</style>
border-color css
<style>
span { border-color: #117132; }
span { border-color: rgb(17,113,50); }
td.TdClassName
{
border-color: #117132;
}
.TagClassName
{
border-color: #117132;
}
</style>