Shades of Camarone #11772F
Tints of Camarone #11772F
RGB
CMYK
RGB Variations
Color information
#11772F (or 0x11772F) is known color: Camarone. HEX triplet: 11, 77 and 2F. RGB value is (17,119,47). Sum of RGB (Red+Green+Blue) = 17+119+47=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #11772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11772F is #EE88D0. Grayscale: #505050. Windows color (decimal): -15632593 or 3110673. OLE color: 3110673.
HSL color Cylindrical-coordinate representation of color #11772F: hue angle of 137.65º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11772F is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 119 | 47 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.53 |
| HSL | 137.65º | 0.75% | 0.27% | - |
| HSV(B) | 137.65º | 0.86% | 0.47% | - |
| XYZ | 7.34 | 13.52 | 4.91 | - |
| YUV | 80.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 47 | 0.86 | 0 | 0.61 | 0.53 | 137.65 | 0.75 | 0.27 |
| Hex | 11 | 77 | 2F | 56 | 0 | 3D | 35 | 8A | 4B | 1B |
| Octal | 21 | 167 | 57 | 126 | 0 | 75 | 65 | 212 | 113 | 33 |
| Binary | 10001 | 1110111 | 101111 | 1010110 | 0 | 111101 | 110101 | 10001010 | 1001011 | 11011 |
Color Harmonies of #11772F
Complementary color
Monochromatic Colors of #11772F
Black with #11772F
Text Example
Text Example
White with #11772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11772F; }
p { color: rgb(17,119,47); }
H1.HeaderClassName
{
color: #11772F;
}
.AnyTagClassName
{
color: #11772F;
}
</style>
background-color css
<style>
a { background-color: #11772F; }
a { background-color: rgb(17,119,47); }
div.DivClassName
{
background-color: #11772F;
}
.BgClassName
{
background-color: #11772F;
}
</style>
border-color css
<style>
span { border-color: #11772F; }
span { border-color: rgb(17,119,47); }
td.TdClassName
{
border-color: #11772F;
}
.TagClassName
{
border-color: #11772F;
}
</style>