Shades of Camarone #11742A
Tints of Camarone #11742A
RGB
CMYK
RGB Variations
Color information
#11742A (or 0x11742A) is known color: Camarone. HEX triplet: 11, 74 and 2A. RGB value is (17,116,42). Sum of RGB (Red+Green+Blue) = 17+116+42=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #11742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11742A is #EE8BD5. Grayscale: #4E4E4E. Windows color (decimal): -15633366 or 2782225. OLE color: 2782225.
HSL color Cylindrical-coordinate representation of color #11742A: hue angle of 135.15º 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 #11742A is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 42 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.55 |
| HSL | 135.15º | 0.74% | 0.26% | - |
| HSV(B) | 135.15º | 0.85% | 0.45% | - |
| XYZ | 6.89 | 12.78 | 4.29 | - |
| YUV | 77.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 42 | 0.85 | 0 | 0.64 | 0.55 | 135.15 | 0.74 | 0.26 |
| Hex | 11 | 74 | 2A | 55 | 0 | 40 | 37 | 87 | 4A | 1A |
| Octal | 21 | 164 | 52 | 125 | 0 | 100 | 67 | 207 | 112 | 32 |
| Binary | 10001 | 1110100 | 101010 | 1010101 | 0 | 1000000 | 110111 | 10000111 | 1001010 | 11010 |
Color Harmonies of #11742A
Complementary color
Monochromatic Colors of #11742A
Black with #11742A
Text Example
Text Example
White with #11742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11742A; }
p { color: rgb(17,116,42); }
H1.HeaderClassName
{
color: #11742A;
}
.AnyTagClassName
{
color: #11742A;
}
</style>
background-color css
<style>
a { background-color: #11742A; }
a { background-color: rgb(17,116,42); }
div.DivClassName
{
background-color: #11742A;
}
.BgClassName
{
background-color: #11742A;
}
</style>
border-color css
<style>
span { border-color: #11742A; }
span { border-color: rgb(17,116,42); }
td.TdClassName
{
border-color: #11742A;
}
.TagClassName
{
border-color: #11742A;
}
</style>