Shades of Camarone #117B34
Tints of Camarone #117B34
RGB
CMYK
RGB Variations
Color information
#117B34 (or 0x117B34) is known color: Camarone. HEX triplet: 11, 7B and 34. RGB value is (17,123,52). Sum of RGB (Red+Green+Blue) = 17+123+52=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 123 (48.44% from 255 or 64.06% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 123 - color contains mainly: green. Hex color #117B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117B34 is #EE84CB. Grayscale: #535353. Windows color (decimal): -15631564 or 3439377. OLE color: 3439377.
HSL color Cylindrical-coordinate representation of color #117B34: hue angle of 139.81º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B34 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 123 | 52 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.52 |
| HSL | 139.81º | 0.76% | 0.27% | - |
| HSV(B) | 139.81º | 0.86% | 0.48% | - |
| XYZ | 7.93 | 14.53 | 5.64 | - |
| YUV | 83.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 52 | 0.86 | 0 | 0.58 | 0.52 | 139.81 | 0.76 | 0.27 |
| Hex | 11 | 7B | 34 | 56 | 0 | 3A | 34 | 8C | 4C | 1B |
| Octal | 21 | 173 | 64 | 126 | 0 | 72 | 64 | 214 | 114 | 33 |
| Binary | 10001 | 1111011 | 110100 | 1010110 | 0 | 111010 | 110100 | 10001100 | 1001100 | 11011 |
Color Harmonies of #117B34
Complementary color
Monochromatic Colors of #117B34
Black with #117B34
Text Example
Text Example
White with #117B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117B34; }
p { color: rgb(17,123,52); }
H1.HeaderClassName
{
color: #117B34;
}
.AnyTagClassName
{
color: #117B34;
}
</style>
background-color css
<style>
a { background-color: #117B34; }
a { background-color: rgb(17,123,52); }
div.DivClassName
{
background-color: #117B34;
}
.BgClassName
{
background-color: #117B34;
}
</style>
border-color css
<style>
span { border-color: #117B34; }
span { border-color: rgb(17,123,52); }
td.TdClassName
{
border-color: #117B34;
}
.TagClassName
{
border-color: #117B34;
}
</style>