Shades of Camarone #1C773A
Tints of Camarone #1C773A
RGB
CMYK
RGB Variations
Color information
#1C773A (or 0x1C773A) is known color: Camarone. HEX triplet: 1C, 77 and 3A. RGB value is (28,119,58). Sum of RGB (Red+Green+Blue) = 28+119+58=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #1C773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C773A is #E388C5. Grayscale: #545454. Windows color (decimal): -14911686 or 3831580. OLE color: 3831580.
HSL color Cylindrical-coordinate representation of color #1C773A: hue angle of 139.78º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C773A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 58 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.53 |
| HSL | 139.78º | 0.62% | 0.29% | - |
| HSV(B) | 139.78º | 0.76% | 0.47% | - |
| XYZ | 7.84 | 13.75 | 6.24 | - |
| YUV | 84.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 58 | 0.76 | 0 | 0.51 | 0.53 | 139.78 | 0.62 | 0.29 |
| Hex | 1C | 77 | 3A | 4C | 0 | 33 | 35 | 8C | 3E | 1D |
| Octal | 34 | 167 | 72 | 114 | 0 | 63 | 65 | 214 | 76 | 35 |
| Binary | 11100 | 1110111 | 111010 | 1001100 | 0 | 110011 | 110101 | 10001100 | 111110 | 11101 |
Color Harmonies of #1C773A
Complementary color
Monochromatic Colors of #1C773A
Black with #1C773A
Text Example
Text Example
White with #1C773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C773A; }
p { color: rgb(28,119,58); }
H1.HeaderClassName
{
color: #1C773A;
}
.AnyTagClassName
{
color: #1C773A;
}
</style>
background-color css
<style>
a { background-color: #1C773A; }
a { background-color: rgb(28,119,58); }
div.DivClassName
{
background-color: #1C773A;
}
.BgClassName
{
background-color: #1C773A;
}
</style>
border-color css
<style>
span { border-color: #1C773A; }
span { border-color: rgb(28,119,58); }
td.TdClassName
{
border-color: #1C773A;
}
.TagClassName
{
border-color: #1C773A;
}
</style>