Shades of Camarone #1C6431
Tints of Camarone #1C6431
RGB
CMYK
RGB Variations
Color information
#1C6431 (or 0x1C6431) is known color: Camarone. HEX triplet: 1C, 64 and 31. RGB value is (28,100,49). Sum of RGB (Red+Green+Blue) = 28+100+49=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6431 is #E39BCE. Grayscale: #484848. Windows color (decimal): -14916559 or 3236892. OLE color: 3236892.
HSL color Cylindrical-coordinate representation of color #1C6431: hue angle of 137.5º 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 #1C6431 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 100 | 49 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.61 |
| HSL | 137.5º | 0.56% | 0.25% | - |
| HSV(B) | 137.5º | 0.72% | 0.39% | - |
| XYZ | 5.59 | 9.58 | 4.46 | - |
| YUV | 72.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 49 | 0.72 | 0 | 0.51 | 0.61 | 137.5 | 0.56 | 0.25 |
| Hex | 1C | 64 | 31 | 48 | 0 | 33 | 3D | 8A | 38 | 19 |
| Octal | 34 | 144 | 61 | 110 | 0 | 63 | 75 | 212 | 70 | 31 |
| Binary | 11100 | 1100100 | 110001 | 1001000 | 0 | 110011 | 111101 | 10001010 | 111000 | 11001 |
Color Harmonies of #1C6431
Complementary color
Monochromatic Colors of #1C6431
Black with #1C6431
Text Example
Text Example
White with #1C6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6431; }
p { color: rgb(28,100,49); }
H1.HeaderClassName
{
color: #1C6431;
}
.AnyTagClassName
{
color: #1C6431;
}
</style>
background-color css
<style>
a { background-color: #1C6431; }
a { background-color: rgb(28,100,49); }
div.DivClassName
{
background-color: #1C6431;
}
.BgClassName
{
background-color: #1C6431;
}
</style>
border-color css
<style>
span { border-color: #1C6431; }
span { border-color: rgb(28,100,49); }
td.TdClassName
{
border-color: #1C6431;
}
.TagClassName
{
border-color: #1C6431;
}
</style>