Shades of Camarone #11702C
Tints of Camarone #11702C
RGB
CMYK
RGB Variations
Color information
#11702C (or 0x11702C) is known color: Camarone. HEX triplet: 11, 70 and 2C. RGB value is (17,112,44). Sum of RGB (Red+Green+Blue) = 17+112+44=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #11702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11702C is #EE8FD3. Grayscale: #4C4C4C. Windows color (decimal): -15634388 or 2912273. OLE color: 2912273.
HSL color Cylindrical-coordinate representation of color #11702C: hue angle of 137.05º 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 #11702C is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 44 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.56 |
| HSL | 137.05º | 0.74% | 0.25% | - |
| HSV(B) | 137.05º | 0.85% | 0.44% | - |
| XYZ | 6.48 | 11.89 | 4.34 | - |
| YUV | 75.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 44 | 0.85 | 0 | 0.61 | 0.56 | 137.05 | 0.74 | 0.25 |
| Hex | 11 | 70 | 2C | 55 | 0 | 3D | 38 | 89 | 4A | 19 |
| Octal | 21 | 160 | 54 | 125 | 0 | 75 | 70 | 211 | 112 | 31 |
| Binary | 10001 | 1110000 | 101100 | 1010101 | 0 | 111101 | 111000 | 10001001 | 1001010 | 11001 |
Color Harmonies of #11702C
Complementary color
Monochromatic Colors of #11702C
Black with #11702C
Text Example
Text Example
White with #11702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11702C; }
p { color: rgb(17,112,44); }
H1.HeaderClassName
{
color: #11702C;
}
.AnyTagClassName
{
color: #11702C;
}
</style>
background-color css
<style>
a { background-color: #11702C; }
a { background-color: rgb(17,112,44); }
div.DivClassName
{
background-color: #11702C;
}
.BgClassName
{
background-color: #11702C;
}
</style>
border-color css
<style>
span { border-color: #11702C; }
span { border-color: rgb(17,112,44); }
td.TdClassName
{
border-color: #11702C;
}
.TagClassName
{
border-color: #11702C;
}
</style>