Shades of Camarone #11762D
Tints of Camarone #11762D
RGB
CMYK
RGB Variations
Color information
#11762D (or 0x11762D) is known color: Camarone. HEX triplet: 11, 76 and 2D. RGB value is (17,118,45). Sum of RGB (Red+Green+Blue) = 17+118+45=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 118 (46.48% from 255 or 65.56% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 118 - color contains mainly: green. Hex color #11762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11762D is #EE89D2. Grayscale: #4F4F4F. Windows color (decimal): -15632851 or 2979345. OLE color: 2979345.
HSL color Cylindrical-coordinate representation of color #11762D: hue angle of 136.63º 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 #11762D is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 45 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.54 |
| HSL | 136.63º | 0.75% | 0.26% | - |
| HSV(B) | 136.63º | 0.86% | 0.46% | - |
| XYZ | 7.18 | 13.27 | 4.66 | - |
| YUV | 79.48 | 108.54 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 45 | 0.86 | 0 | 0.62 | 0.54 | 136.63 | 0.75 | 0.26 |
| Hex | 11 | 76 | 2D | 56 | 0 | 3E | 36 | 89 | 4B | 1A |
| Octal | 21 | 166 | 55 | 126 | 0 | 76 | 66 | 211 | 113 | 32 |
| Binary | 10001 | 1110110 | 101101 | 1010110 | 0 | 111110 | 110110 | 10001001 | 1001011 | 11010 |
Color Harmonies of #11762D
Complementary color
Monochromatic Colors of #11762D
Black with #11762D
Text Example
Text Example
White with #11762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11762D; }
p { color: rgb(17,118,45); }
H1.HeaderClassName
{
color: #11762D;
}
.AnyTagClassName
{
color: #11762D;
}
</style>
background-color css
<style>
a { background-color: #11762D; }
a { background-color: rgb(17,118,45); }
div.DivClassName
{
background-color: #11762D;
}
.BgClassName
{
background-color: #11762D;
}
</style>
border-color css
<style>
span { border-color: #11762D; }
span { border-color: rgb(17,118,45); }
td.TdClassName
{
border-color: #11762D;
}
.TagClassName
{
border-color: #11762D;
}
</style>