Shades of Camarone #1C632C
Tints of Camarone #1C632C
RGB
CMYK
RGB Variations
Color information
#1C632C (or 0x1C632C) is known color: Camarone. HEX triplet: 1C, 63 and 2C. RGB value is (28,99,44). Sum of RGB (Red+Green+Blue) = 28+99+44=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #1C632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C632C is #E39CD3. Grayscale: #474747. Windows color (decimal): -14916820 or 2908956. OLE color: 2908956.
HSL color Cylindrical-coordinate representation of color #1C632C: hue angle of 133.52º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C632C is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 44 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.61 |
| HSL | 133.52º | 0.56% | 0.25% | - |
| HSV(B) | 133.52º | 0.72% | 0.39% | - |
| XYZ | 5.4 | 9.35 | 3.9 | - |
| YUV | 71.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 44 | 0.72 | 0 | 0.56 | 0.61 | 133.52 | 0.56 | 0.25 |
| Hex | 1C | 63 | 2C | 48 | 0 | 38 | 3D | 86 | 38 | 19 |
| Octal | 34 | 143 | 54 | 110 | 0 | 70 | 75 | 206 | 70 | 31 |
| Binary | 11100 | 1100011 | 101100 | 1001000 | 0 | 111000 | 111101 | 10000110 | 111000 | 11001 |
Color Harmonies of #1C632C
Complementary color
Monochromatic Colors of #1C632C
Black with #1C632C
Text Example
Text Example
White with #1C632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C632C; }
p { color: rgb(28,99,44); }
H1.HeaderClassName
{
color: #1C632C;
}
.AnyTagClassName
{
color: #1C632C;
}
</style>
background-color css
<style>
a { background-color: #1C632C; }
a { background-color: rgb(28,99,44); }
div.DivClassName
{
background-color: #1C632C;
}
.BgClassName
{
background-color: #1C632C;
}
</style>
border-color css
<style>
span { border-color: #1C632C; }
span { border-color: rgb(28,99,44); }
td.TdClassName
{
border-color: #1C632C;
}
.TagClassName
{
border-color: #1C632C;
}
</style>