Shades of Camarone #1C6836
Tints of Camarone #1C6836
RGB
CMYK
RGB Variations
Color information
#1C6836 (or 0x1C6836) is known color: Camarone. HEX triplet: 1C, 68 and 36. RGB value is (28,104,54). Sum of RGB (Red+Green+Blue) = 28+104+54=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #1C6836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6836 is #E397C9. Grayscale: #4B4B4B. Windows color (decimal): -14915530 or 3565596. OLE color: 3565596.
HSL color Cylindrical-coordinate representation of color #1C6836: hue angle of 140.53º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6836 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 104 | 54 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.59 |
| HSL | 140.53º | 0.58% | 0.26% | - |
| HSV(B) | 140.53º | 0.73% | 0.41% | - |
| XYZ | 6.1 | 10.41 | 5.18 | - |
| YUV | 75.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 54 | 0.73 | 0 | 0.48 | 0.59 | 140.53 | 0.58 | 0.26 |
| Hex | 1C | 68 | 36 | 49 | 0 | 30 | 3B | 8D | 3A | 1A |
| Octal | 34 | 150 | 66 | 111 | 0 | 60 | 73 | 215 | 72 | 32 |
| Binary | 11100 | 1101000 | 110110 | 1001001 | 0 | 110000 | 111011 | 10001101 | 111010 | 11010 |
Color Harmonies of #1C6836
Complementary color
Monochromatic Colors of #1C6836
Black with #1C6836
Text Example
Text Example
White with #1C6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6836; }
p { color: rgb(28,104,54); }
H1.HeaderClassName
{
color: #1C6836;
}
.AnyTagClassName
{
color: #1C6836;
}
</style>
background-color css
<style>
a { background-color: #1C6836; }
a { background-color: rgb(28,104,54); }
div.DivClassName
{
background-color: #1C6836;
}
.BgClassName
{
background-color: #1C6836;
}
</style>
border-color css
<style>
span { border-color: #1C6836; }
span { border-color: rgb(28,104,54); }
td.TdClassName
{
border-color: #1C6836;
}
.TagClassName
{
border-color: #1C6836;
}
</style>