Shades of Camarone #117433
Tints of Camarone #117433
RGB
CMYK
RGB Variations
Color information
#117433 (or 0x117433) is known color: Camarone. HEX triplet: 11, 74 and 33. RGB value is (17,116,51). Sum of RGB (Red+Green+Blue) = 17+116+51=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #117433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117433 is #EE8BCC. Grayscale: #4F4F4F. Windows color (decimal): -15633357 or 3372049. OLE color: 3372049.
HSL color Cylindrical-coordinate representation of color #117433: hue angle of 140.61º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117433 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 51 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.55 |
| HSL | 140.61º | 0.74% | 0.26% | - |
| HSV(B) | 140.61º | 0.85% | 0.45% | - |
| XYZ | 7.07 | 12.85 | 5.24 | - |
| YUV | 78.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 51 | 0.85 | 0 | 0.56 | 0.55 | 140.61 | 0.74 | 0.26 |
| Hex | 11 | 74 | 33 | 55 | 0 | 38 | 37 | 8D | 4A | 1A |
| Octal | 21 | 164 | 63 | 125 | 0 | 70 | 67 | 215 | 112 | 32 |
| Binary | 10001 | 1110100 | 110011 | 1010101 | 0 | 111000 | 110111 | 10001101 | 1001010 | 11010 |
Color Harmonies of #117433
Complementary color
Monochromatic Colors of #117433
Black with #117433
Text Example
Text Example
White with #117433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117433; }
p { color: rgb(17,116,51); }
H1.HeaderClassName
{
color: #117433;
}
.AnyTagClassName
{
color: #117433;
}
</style>
background-color css
<style>
a { background-color: #117433; }
a { background-color: rgb(17,116,51); }
div.DivClassName
{
background-color: #117433;
}
.BgClassName
{
background-color: #117433;
}
</style>
border-color css
<style>
span { border-color: #117433; }
span { border-color: rgb(17,116,51); }
td.TdClassName
{
border-color: #117433;
}
.TagClassName
{
border-color: #117433;
}
</style>