Shades of Camarone #117432
Tints of Camarone #117432
RGB
CMYK
RGB Variations
Color information
#117432 (or 0x117432) is known color: Camarone. HEX triplet: 11, 74 and 32. RGB value is (17,116,50). Sum of RGB (Red+Green+Blue) = 17+116+50=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #117432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117432 is #EE8BCD. Grayscale: #4F4F4F. Windows color (decimal): -15633358 or 3306513. OLE color: 3306513.
HSL color Cylindrical-coordinate representation of color #117432: hue angle of 140º 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 #117432 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 50 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.55 |
| HSL | 140º | 0.74% | 0.26% | - |
| HSV(B) | 140º | 0.85% | 0.45% | - |
| XYZ | 7.05 | 12.84 | 5.12 | - |
| YUV | 78.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 50 | 0.85 | 0 | 0.57 | 0.55 | 140 | 0.74 | 0.26 |
| Hex | 11 | 74 | 32 | 55 | 0 | 39 | 37 | 8C | 4A | 1A |
| Octal | 21 | 164 | 62 | 125 | 0 | 71 | 67 | 214 | 112 | 32 |
| Binary | 10001 | 1110100 | 110010 | 1010101 | 0 | 111001 | 110111 | 10001100 | 1001010 | 11010 |
Color Harmonies of #117432
Complementary color
Monochromatic Colors of #117432
Black with #117432
Text Example
Text Example
White with #117432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117432; }
p { color: rgb(17,116,50); }
H1.HeaderClassName
{
color: #117432;
}
.AnyTagClassName
{
color: #117432;
}
</style>
background-color css
<style>
a { background-color: #117432; }
a { background-color: rgb(17,116,50); }
div.DivClassName
{
background-color: #117432;
}
.BgClassName
{
background-color: #117432;
}
</style>
border-color css
<style>
span { border-color: #117432; }
span { border-color: rgb(17,116,50); }
td.TdClassName
{
border-color: #117432;
}
.TagClassName
{
border-color: #117432;
}
</style>