Shades of Camarone #117030
Tints of Camarone #117030
RGB
CMYK
RGB Variations
Color information
#117030 (or 0x117030) is known color: Camarone. HEX triplet: 11, 70 and 30. RGB value is (17,112,48). Sum of RGB (Red+Green+Blue) = 17+112+48=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #117030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117030 is #EE8FCF. Grayscale: #4C4C4C. Windows color (decimal): -15634384 or 3174417. OLE color: 3174417.
HSL color Cylindrical-coordinate representation of color #117030: hue angle of 139.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117030 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 48 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.56 |
| HSL | 139.58º | 0.74% | 0.25% | - |
| HSV(B) | 139.58º | 0.85% | 0.44% | - |
| XYZ | 6.56 | 11.92 | 4.75 | - |
| YUV | 76.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 48 | 0.85 | 0 | 0.57 | 0.56 | 139.58 | 0.74 | 0.25 |
| Hex | 11 | 70 | 30 | 55 | 0 | 39 | 38 | 8C | 4A | 19 |
| Octal | 21 | 160 | 60 | 125 | 0 | 71 | 70 | 214 | 112 | 31 |
| Binary | 10001 | 1110000 | 110000 | 1010101 | 0 | 111001 | 111000 | 10001100 | 1001010 | 11001 |
Color Harmonies of #117030
Complementary color
Monochromatic Colors of #117030
Black with #117030
Text Example
Text Example
White with #117030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117030; }
p { color: rgb(17,112,48); }
H1.HeaderClassName
{
color: #117030;
}
.AnyTagClassName
{
color: #117030;
}
</style>
background-color css
<style>
a { background-color: #117030; }
a { background-color: rgb(17,112,48); }
div.DivClassName
{
background-color: #117030;
}
.BgClassName
{
background-color: #117030;
}
</style>
border-color css
<style>
span { border-color: #117030; }
span { border-color: rgb(17,112,48); }
td.TdClassName
{
border-color: #117030;
}
.TagClassName
{
border-color: #117030;
}
</style>