Shades of Camarone #1C6433
Tints of Camarone #1C6433
RGB
CMYK
RGB Variations
Color information
#1C6433 (or 0x1C6433) is known color: Camarone. HEX triplet: 1C, 64 and 33. RGB value is (28,100,51). Sum of RGB (Red+Green+Blue) = 28+100+51=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6433 is #E39BCC. Grayscale: #494949. Windows color (decimal): -14916557 or 3367964. OLE color: 3367964.
HSL color Cylindrical-coordinate representation of color #1C6433: hue angle of 139.17º 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 #1C6433 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 100 | 51 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.61 |
| HSL | 139.17º | 0.56% | 0.25% | - |
| HSV(B) | 139.17º | 0.72% | 0.39% | - |
| XYZ | 5.63 | 9.6 | 4.69 | - |
| YUV | 72.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 51 | 0.72 | 0 | 0.49 | 0.61 | 139.17 | 0.56 | 0.25 |
| Hex | 1C | 64 | 33 | 48 | 0 | 31 | 3D | 8B | 38 | 19 |
| Octal | 34 | 144 | 63 | 110 | 0 | 61 | 75 | 213 | 70 | 31 |
| Binary | 11100 | 1100100 | 110011 | 1001000 | 0 | 110001 | 111101 | 10001011 | 111000 | 11001 |
Color Harmonies of #1C6433
Complementary color
Monochromatic Colors of #1C6433
Black with #1C6433
Text Example
Text Example
White with #1C6433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6433; }
p { color: rgb(28,100,51); }
H1.HeaderClassName
{
color: #1C6433;
}
.AnyTagClassName
{
color: #1C6433;
}
</style>
background-color css
<style>
a { background-color: #1C6433; }
a { background-color: rgb(28,100,51); }
div.DivClassName
{
background-color: #1C6433;
}
.BgClassName
{
background-color: #1C6433;
}
</style>
border-color css
<style>
span { border-color: #1C6433; }
span { border-color: rgb(28,100,51); }
td.TdClassName
{
border-color: #1C6433;
}
.TagClassName
{
border-color: #1C6433;
}
</style>