Shades of Camarone #1C763A
Tints of Camarone #1C763A
RGB
CMYK
RGB Variations
Color information
#1C763A (or 0x1C763A) is known color: Camarone. HEX triplet: 1C, 76 and 3A. RGB value is (28,118,58). Sum of RGB (Red+Green+Blue) = 28+118+58=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #1C763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C763A is #E389C5. Grayscale: #545454. Windows color (decimal): -14911942 or 3831324. OLE color: 3831324.
HSL color Cylindrical-coordinate representation of color #1C763A: hue angle of 140º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C763A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 58 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.54 |
| HSL | 140º | 0.62% | 0.29% | - |
| HSV(B) | 140º | 0.76% | 0.46% | - |
| XYZ | 7.72 | 13.51 | 6.2 | - |
| YUV | 84.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 58 | 0.76 | 0 | 0.51 | 0.54 | 140 | 0.62 | 0.29 |
| Hex | 1C | 76 | 3A | 4C | 0 | 33 | 36 | 8C | 3E | 1D |
| Octal | 34 | 166 | 72 | 114 | 0 | 63 | 66 | 214 | 76 | 35 |
| Binary | 11100 | 1110110 | 111010 | 1001100 | 0 | 110011 | 110110 | 10001100 | 111110 | 11101 |
Color Harmonies of #1C763A
Complementary color
Monochromatic Colors of #1C763A
Black with #1C763A
Text Example
Text Example
White with #1C763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C763A; }
p { color: rgb(28,118,58); }
H1.HeaderClassName
{
color: #1C763A;
}
.AnyTagClassName
{
color: #1C763A;
}
</style>
background-color css
<style>
a { background-color: #1C763A; }
a { background-color: rgb(28,118,58); }
div.DivClassName
{
background-color: #1C763A;
}
.BgClassName
{
background-color: #1C763A;
}
</style>
border-color css
<style>
span { border-color: #1C763A; }
span { border-color: rgb(28,118,58); }
td.TdClassName
{
border-color: #1C763A;
}
.TagClassName
{
border-color: #1C763A;
}
</style>