Shades of Fruit Salad #3CB148
Tints of Fruit Salad #3CB148
RGB
CMYK
RGB Variations
Color information
#3CB148 (or 0x3CB148) is known color: Fruit Salad. HEX triplet: 3C, B1 and 48. RGB value is (60,177,72). Sum of RGB (Red+Green+Blue) = 60+177+72=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB148 is #C34EB7. Grayscale: #828282. Windows color (decimal): -12799672 or 4763964. OLE color: 4763964.
HSL color Cylindrical-coordinate representation of color #3CB148: hue angle of 126.15º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB148 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 72 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.31 |
| HSL | 126.15º | 0.49% | 0.46% | - |
| HSV(B) | 126.15º | 0.66% | 0.69% | - |
| XYZ | 18.76 | 32.87 | 11.49 | - |
| YUV | 130.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 72 | 0.66 | 0 | 0.59 | 0.31 | 126.15 | 0.49 | 0.46 |
| Hex | 3C | B1 | 48 | 42 | 0 | 3B | 1F | 7E | 31 | 2E |
| Octal | 74 | 261 | 110 | 102 | 0 | 73 | 37 | 176 | 61 | 56 |
| Binary | 111100 | 10110001 | 1001000 | 1000010 | 0 | 111011 | 11111 | 1111110 | 110001 | 101110 |
Color Harmonies of #3CB148
Complementary color
Monochromatic Colors of #3CB148
Black with #3CB148
Text Example
Text Example
White with #3CB148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB148; }
p { color: rgb(60,177,72); }
H1.HeaderClassName
{
color: #3CB148;
}
.AnyTagClassName
{
color: #3CB148;
}
</style>
background-color css
<style>
a { background-color: #3CB148; }
a { background-color: rgb(60,177,72); }
div.DivClassName
{
background-color: #3CB148;
}
.BgClassName
{
background-color: #3CB148;
}
</style>
border-color css
<style>
span { border-color: #3CB148; }
span { border-color: rgb(60,177,72); }
td.TdClassName
{
border-color: #3CB148;
}
.TagClassName
{
border-color: #3CB148;
}
</style>