Shades of Camarone #117036
Tints of Camarone #117036
RGB
CMYK
RGB Variations
Color information
#117036 (or 0x117036) is known color: Camarone. HEX triplet: 11, 70 and 36. RGB value is (17,112,54). Sum of RGB (Red+Green+Blue) = 17+112+54=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #117036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117036 is #EE8FC9. Grayscale: #4D4D4D. Windows color (decimal): -15634378 or 3567633. OLE color: 3567633.
HSL color Cylindrical-coordinate representation of color #117036: hue angle of 143.37º 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 #117036 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 54 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.56 |
| HSL | 143.37º | 0.74% | 0.25% | - |
| HSV(B) | 143.37º | 0.85% | 0.44% | - |
| XYZ | 6.69 | 11.97 | 5.45 | - |
| YUV | 76.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 54 | 0.85 | 0 | 0.52 | 0.56 | 143.37 | 0.74 | 0.25 |
| Hex | 11 | 70 | 36 | 55 | 0 | 34 | 38 | 8F | 4A | 19 |
| Octal | 21 | 160 | 66 | 125 | 0 | 64 | 70 | 217 | 112 | 31 |
| Binary | 10001 | 1110000 | 110110 | 1010101 | 0 | 110100 | 111000 | 10001111 | 1001010 | 11001 |
Color Harmonies of #117036
Complementary color
Monochromatic Colors of #117036
Black with #117036
Text Example
Text Example
White with #117036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117036; }
p { color: rgb(17,112,54); }
H1.HeaderClassName
{
color: #117036;
}
.AnyTagClassName
{
color: #117036;
}
</style>
background-color css
<style>
a { background-color: #117036; }
a { background-color: rgb(17,112,54); }
div.DivClassName
{
background-color: #117036;
}
.BgClassName
{
background-color: #117036;
}
</style>
border-color css
<style>
span { border-color: #117036; }
span { border-color: rgb(17,112,54); }
td.TdClassName
{
border-color: #117036;
}
.TagClassName
{
border-color: #117036;
}
</style>