Shades of Camarone #117833
Tints of Camarone #117833
RGB
CMYK
RGB Variations
Color information
#117833 (or 0x117833) is known color: Camarone. HEX triplet: 11, 78 and 33. RGB value is (17,120,51). Sum of RGB (Red+Green+Blue) = 17+120+51=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #117833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117833 is #EE87CC. Grayscale: #515151. Windows color (decimal): -15632333 or 3373073. OLE color: 3373073.
HSL color Cylindrical-coordinate representation of color #117833: hue angle of 139.81º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117833 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 120 | 51 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.53 |
| HSL | 139.81º | 0.75% | 0.27% | - |
| HSV(B) | 139.81º | 0.86% | 0.47% | - |
| XYZ | 7.55 | 13.79 | 5.4 | - |
| YUV | 81.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 51 | 0.86 | 0 | 0.58 | 0.53 | 139.81 | 0.75 | 0.27 |
| Hex | 11 | 78 | 33 | 56 | 0 | 3A | 35 | 8C | 4B | 1B |
| Octal | 21 | 170 | 63 | 126 | 0 | 72 | 65 | 214 | 113 | 33 |
| Binary | 10001 | 1111000 | 110011 | 1010110 | 0 | 111010 | 110101 | 10001100 | 1001011 | 11011 |
Color Harmonies of #117833
Complementary color
Monochromatic Colors of #117833
Black with #117833
Text Example
Text Example
White with #117833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117833; }
p { color: rgb(17,120,51); }
H1.HeaderClassName
{
color: #117833;
}
.AnyTagClassName
{
color: #117833;
}
</style>
background-color css
<style>
a { background-color: #117833; }
a { background-color: rgb(17,120,51); }
div.DivClassName
{
background-color: #117833;
}
.BgClassName
{
background-color: #117833;
}
</style>
border-color css
<style>
span { border-color: #117833; }
span { border-color: rgb(17,120,51); }
td.TdClassName
{
border-color: #117833;
}
.TagClassName
{
border-color: #117833;
}
</style>