Shades of Camarone #11742C
Tints of Camarone #11742C
RGB
CMYK
RGB Variations
Color information
#11742C (or 0x11742C) is known color: Camarone. HEX triplet: 11, 74 and 2C. RGB value is (17,116,44). Sum of RGB (Red+Green+Blue) = 17+116+44=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #11742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11742C is #EE8BD3. Grayscale: #4E4E4E. Windows color (decimal): -15633364 or 2913297. OLE color: 2913297.
HSL color Cylindrical-coordinate representation of color #11742C: hue angle of 136.36º 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 #11742C is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 44 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.55 |
| HSL | 136.36º | 0.74% | 0.26% | - |
| HSV(B) | 136.36º | 0.85% | 0.45% | - |
| XYZ | 6.93 | 12.79 | 4.49 | - |
| YUV | 78.19 | 108.7 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 44 | 0.85 | 0 | 0.62 | 0.55 | 136.36 | 0.74 | 0.26 |
| Hex | 11 | 74 | 2C | 55 | 0 | 3E | 37 | 88 | 4A | 1A |
| Octal | 21 | 164 | 54 | 125 | 0 | 76 | 67 | 210 | 112 | 32 |
| Binary | 10001 | 1110100 | 101100 | 1010101 | 0 | 111110 | 110111 | 10001000 | 1001010 | 11010 |
Color Harmonies of #11742C
Complementary color
Monochromatic Colors of #11742C
Black with #11742C
Text Example
Text Example
White with #11742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11742C; }
p { color: rgb(17,116,44); }
H1.HeaderClassName
{
color: #11742C;
}
.AnyTagClassName
{
color: #11742C;
}
</style>
background-color css
<style>
a { background-color: #11742C; }
a { background-color: rgb(17,116,44); }
div.DivClassName
{
background-color: #11742C;
}
.BgClassName
{
background-color: #11742C;
}
</style>
border-color css
<style>
span { border-color: #11742C; }
span { border-color: rgb(17,116,44); }
td.TdClassName
{
border-color: #11742C;
}
.TagClassName
{
border-color: #11742C;
}
</style>