Shades of Camarone #117A34
Tints of Camarone #117A34
RGB
CMYK
RGB Variations
Color information
#117A34 (or 0x117A34) is known color: Camarone. HEX triplet: 11, 7A and 34. RGB value is (17,122,52). Sum of RGB (Red+Green+Blue) = 17+122+52=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #117A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117A34 is #EE85CB. Grayscale: #525252. Windows color (decimal): -15631820 or 3439121. OLE color: 3439121.
HSL color Cylindrical-coordinate representation of color #117A34: hue angle of 140º 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 #117A34 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 52 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.52 |
| HSL | 140º | 0.76% | 0.27% | - |
| HSV(B) | 140º | 0.86% | 0.48% | - |
| XYZ | 7.81 | 14.29 | 5.59 | - |
| YUV | 82.63 | 110.71 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 52 | 0.86 | 0 | 0.57 | 0.52 | 140 | 0.76 | 0.27 |
| Hex | 11 | 7A | 34 | 56 | 0 | 39 | 34 | 8C | 4C | 1B |
| Octal | 21 | 172 | 64 | 126 | 0 | 71 | 64 | 214 | 114 | 33 |
| Binary | 10001 | 1111010 | 110100 | 1010110 | 0 | 111001 | 110100 | 10001100 | 1001100 | 11011 |
Color Harmonies of #117A34
Complementary color
Monochromatic Colors of #117A34
Black with #117A34
Text Example
Text Example
White with #117A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A34; }
p { color: rgb(17,122,52); }
H1.HeaderClassName
{
color: #117A34;
}
.AnyTagClassName
{
color: #117A34;
}
</style>
background-color css
<style>
a { background-color: #117A34; }
a { background-color: rgb(17,122,52); }
div.DivClassName
{
background-color: #117A34;
}
.BgClassName
{
background-color: #117A34;
}
</style>
border-color css
<style>
span { border-color: #117A34; }
span { border-color: rgb(17,122,52); }
td.TdClassName
{
border-color: #117A34;
}
.TagClassName
{
border-color: #117A34;
}
</style>