Shades of Camarone #117D33
Tints of Camarone #117D33
RGB
CMYK
RGB Variations
Color information
#117D33 (or 0x117D33) is known color: Camarone. HEX triplet: 11, 7D and 33. RGB value is (17,125,51). Sum of RGB (Red+Green+Blue) = 17+125+51=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #117D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D33 is #EE82CC. Grayscale: #545454. Windows color (decimal): -15631053 or 3374353. OLE color: 3374353.
HSL color Cylindrical-coordinate representation of color #117D33: hue angle of 138.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D33 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 51 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.51 |
| HSL | 138.89º | 0.76% | 0.28% | - |
| HSV(B) | 138.89º | 0.86% | 0.49% | - |
| XYZ | 8.16 | 15.03 | 5.6 | - |
| YUV | 84.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 51 | 0.86 | 0 | 0.59 | 0.51 | 138.89 | 0.76 | 0.28 |
| Hex | 11 | 7D | 33 | 56 | 0 | 3B | 33 | 8B | 4C | 1C |
| Octal | 21 | 175 | 63 | 126 | 0 | 73 | 63 | 213 | 114 | 34 |
| Binary | 10001 | 1111101 | 110011 | 1010110 | 0 | 111011 | 110011 | 10001011 | 1001100 | 11100 |
Color Harmonies of #117D33
Complementary color
Monochromatic Colors of #117D33
Black with #117D33
Text Example
Text Example
White with #117D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D33; }
p { color: rgb(17,125,51); }
H1.HeaderClassName
{
color: #117D33;
}
.AnyTagClassName
{
color: #117D33;
}
</style>
background-color css
<style>
a { background-color: #117D33; }
a { background-color: rgb(17,125,51); }
div.DivClassName
{
background-color: #117D33;
}
.BgClassName
{
background-color: #117D33;
}
</style>
border-color css
<style>
span { border-color: #117D33; }
span { border-color: rgb(17,125,51); }
td.TdClassName
{
border-color: #117D33;
}
.TagClassName
{
border-color: #117D33;
}
</style>