Shades of Camarone #1C7337
Tints of Camarone #1C7337
RGB
CMYK
RGB Variations
Color information
#1C7337 (or 0x1C7337) is known color: Camarone. HEX triplet: 1C, 73 and 37. RGB value is (28,115,55). Sum of RGB (Red+Green+Blue) = 28+115+55=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7337 is #E38CC8. Grayscale: #525252. Windows color (decimal): -14912713 or 3633948. OLE color: 3633948.
HSL color Cylindrical-coordinate representation of color #1C7337: hue angle of 138.62º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7337 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 55 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.55 |
| HSL | 138.62º | 0.61% | 0.28% | - |
| HSV(B) | 138.62º | 0.76% | 0.45% | - |
| XYZ | 7.3 | 12.78 | 5.7 | - |
| YUV | 82.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 55 | 0.76 | 0 | 0.52 | 0.55 | 138.62 | 0.61 | 0.28 |
| Hex | 1C | 73 | 37 | 4C | 0 | 34 | 37 | 8B | 3D | 1C |
| Octal | 34 | 163 | 67 | 114 | 0 | 64 | 67 | 213 | 75 | 34 |
| Binary | 11100 | 1110011 | 110111 | 1001100 | 0 | 110100 | 110111 | 10001011 | 111101 | 11100 |
Color Harmonies of #1C7337
Complementary color
Monochromatic Colors of #1C7337
Black with #1C7337
Text Example
Text Example
White with #1C7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7337; }
p { color: rgb(28,115,55); }
H1.HeaderClassName
{
color: #1C7337;
}
.AnyTagClassName
{
color: #1C7337;
}
</style>
background-color css
<style>
a { background-color: #1C7337; }
a { background-color: rgb(28,115,55); }
div.DivClassName
{
background-color: #1C7337;
}
.BgClassName
{
background-color: #1C7337;
}
</style>
border-color css
<style>
span { border-color: #1C7337; }
span { border-color: rgb(28,115,55); }
td.TdClassName
{
border-color: #1C7337;
}
.TagClassName
{
border-color: #1C7337;
}
</style>