Shades of Camarone #1C6333
Tints of Camarone #1C6333
RGB
CMYK
RGB Variations
Color information
#1C6333 (or 0x1C6333) is known color: Camarone. HEX triplet: 1C, 63 and 33. RGB value is (28,99,51). Sum of RGB (Red+Green+Blue) = 28+99+51=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6333 is #E39CCC. Grayscale: #484848. Windows color (decimal): -14916813 or 3367708. OLE color: 3367708.
HSL color Cylindrical-coordinate representation of color #1C6333: hue angle of 139.44º 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 #1C6333 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 51 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.61 |
| HSL | 139.44º | 0.56% | 0.25% | - |
| HSV(B) | 139.44º | 0.72% | 0.39% | - |
| XYZ | 5.54 | 9.41 | 4.66 | - |
| YUV | 72.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 51 | 0.72 | 0 | 0.48 | 0.61 | 139.44 | 0.56 | 0.25 |
| Hex | 1C | 63 | 33 | 48 | 0 | 30 | 3D | 8B | 38 | 19 |
| Octal | 34 | 143 | 63 | 110 | 0 | 60 | 75 | 213 | 70 | 31 |
| Binary | 11100 | 1100011 | 110011 | 1001000 | 0 | 110000 | 111101 | 10001011 | 111000 | 11001 |
Color Harmonies of #1C6333
Complementary color
Monochromatic Colors of #1C6333
Black with #1C6333
Text Example
Text Example
White with #1C6333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6333; }
p { color: rgb(28,99,51); }
H1.HeaderClassName
{
color: #1C6333;
}
.AnyTagClassName
{
color: #1C6333;
}
</style>
background-color css
<style>
a { background-color: #1C6333; }
a { background-color: rgb(28,99,51); }
div.DivClassName
{
background-color: #1C6333;
}
.BgClassName
{
background-color: #1C6333;
}
</style>
border-color css
<style>
span { border-color: #1C6333; }
span { border-color: rgb(28,99,51); }
td.TdClassName
{
border-color: #1C6333;
}
.TagClassName
{
border-color: #1C6333;
}
</style>