Shades of Camarone #117135
Tints of Camarone #117135
RGB
CMYK
RGB Variations
Color information
#117135 (or 0x117135) is known color: Camarone. HEX triplet: 11, 71 and 35. RGB value is (17,113,53). Sum of RGB (Red+Green+Blue) = 17+113+53=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #117135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117135 is #EE8ECA. Grayscale: #4D4D4D. Windows color (decimal): -15634123 or 3502353. OLE color: 3502353.
HSL color Cylindrical-coordinate representation of color #117135: hue angle of 142.5º 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 #117135 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 53 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.56 |
| HSL | 142.5º | 0.74% | 0.25% | - |
| HSV(B) | 142.5º | 0.85% | 0.44% | - |
| XYZ | 6.78 | 12.19 | 5.36 | - |
| YUV | 77.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 53 | 0.85 | 0 | 0.53 | 0.56 | 142.5 | 0.74 | 0.25 |
| Hex | 11 | 71 | 35 | 55 | 0 | 35 | 38 | 8E | 4A | 19 |
| Octal | 21 | 161 | 65 | 125 | 0 | 65 | 70 | 216 | 112 | 31 |
| Binary | 10001 | 1110001 | 110101 | 1010101 | 0 | 110101 | 111000 | 10001110 | 1001010 | 11001 |
Color Harmonies of #117135
Complementary color
Monochromatic Colors of #117135
Black with #117135
Text Example
Text Example
White with #117135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117135; }
p { color: rgb(17,113,53); }
H1.HeaderClassName
{
color: #117135;
}
.AnyTagClassName
{
color: #117135;
}
</style>
background-color css
<style>
a { background-color: #117135; }
a { background-color: rgb(17,113,53); }
div.DivClassName
{
background-color: #117135;
}
.BgClassName
{
background-color: #117135;
}
</style>
border-color css
<style>
span { border-color: #117135; }
span { border-color: rgb(17,113,53); }
td.TdClassName
{
border-color: #117135;
}
.TagClassName
{
border-color: #117135;
}
</style>