Shades of Camarone #11762B
Tints of Camarone #11762B
RGB
CMYK
RGB Variations
Color information
#11762B (or 0x11762B) is known color: Camarone. HEX triplet: 11, 76 and 2B. RGB value is (17,118,43). Sum of RGB (Red+Green+Blue) = 17+118+43=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 118 (46.48% from 255 or 66.29% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 118 - color contains mainly: green. Hex color #11762B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11762B is #EE89D4. Grayscale: #4F4F4F. Windows color (decimal): -15632853 or 2848273. OLE color: 2848273.
HSL color Cylindrical-coordinate representation of color #11762B: hue angle of 135.45º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11762B is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 43 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.54 |
| HSL | 135.45º | 0.75% | 0.26% | - |
| HSV(B) | 135.45º | 0.86% | 0.46% | - |
| XYZ | 7.15 | 13.25 | 4.47 | - |
| YUV | 79.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 43 | 0.86 | 0 | 0.64 | 0.54 | 135.45 | 0.75 | 0.26 |
| Hex | 11 | 76 | 2B | 56 | 0 | 40 | 36 | 87 | 4B | 1A |
| Octal | 21 | 166 | 53 | 126 | 0 | 100 | 66 | 207 | 113 | 32 |
| Binary | 10001 | 1110110 | 101011 | 1010110 | 0 | 1000000 | 110110 | 10000111 | 1001011 | 11010 |
Color Harmonies of #11762B
Complementary color
Monochromatic Colors of #11762B
Black with #11762B
Text Example
Text Example
White with #11762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11762B; }
p { color: rgb(17,118,43); }
H1.HeaderClassName
{
color: #11762B;
}
.AnyTagClassName
{
color: #11762B;
}
</style>
background-color css
<style>
a { background-color: #11762B; }
a { background-color: rgb(17,118,43); }
div.DivClassName
{
background-color: #11762B;
}
.BgClassName
{
background-color: #11762B;
}
</style>
border-color css
<style>
span { border-color: #11762B; }
span { border-color: rgb(17,118,43); }
td.TdClassName
{
border-color: #11762B;
}
.TagClassName
{
border-color: #11762B;
}
</style>