Shades of Fruit Salad #3CAB4C
Tints of Fruit Salad #3CAB4C
RGB
CMYK
RGB Variations
Color information
#3CAB4C (or 0x3CAB4C) is known color: Fruit Salad. HEX triplet: 3C, AB and 4C. RGB value is (60,171,76). Sum of RGB (Red+Green+Blue) = 60+171+76=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB4C is #C354B3. Grayscale: #7F7F7F. Windows color (decimal): -12801204 or 5024572. OLE color: 5024572.
HSL color Cylindrical-coordinate representation of color #3CAB4C: hue angle of 128.65º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB4C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 76 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.33 |
| HSL | 128.65º | 0.48% | 0.45% | - |
| HSV(B) | 128.65º | 0.65% | 0.67% | - |
| XYZ | 17.73 | 30.61 | 11.81 | - |
| YUV | 126.98 | 99.23 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 76 | 0.65 | 0 | 0.56 | 0.33 | 128.65 | 0.48 | 0.45 |
| Hex | 3C | AB | 4C | 41 | 0 | 38 | 21 | 81 | 30 | 2D |
| Octal | 74 | 253 | 114 | 101 | 0 | 70 | 41 | 201 | 60 | 55 |
| Binary | 111100 | 10101011 | 1001100 | 1000001 | 0 | 111000 | 100001 | 10000001 | 110000 | 101101 |
Color Harmonies of #3CAB4C
Complementary color
Monochromatic Colors of #3CAB4C
Black with #3CAB4C
Text Example
Text Example
White with #3CAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB4C; }
p { color: rgb(60,171,76); }
H1.HeaderClassName
{
color: #3CAB4C;
}
.AnyTagClassName
{
color: #3CAB4C;
}
</style>
background-color css
<style>
a { background-color: #3CAB4C; }
a { background-color: rgb(60,171,76); }
div.DivClassName
{
background-color: #3CAB4C;
}
.BgClassName
{
background-color: #3CAB4C;
}
</style>
border-color css
<style>
span { border-color: #3CAB4C; }
span { border-color: rgb(60,171,76); }
td.TdClassName
{
border-color: #3CAB4C;
}
.TagClassName
{
border-color: #3CAB4C;
}
</style>