Shades of Fruit Salad #3CB748
Tints of Fruit Salad #3CB748
RGB
CMYK
RGB Variations
Color information
#3CB748 (or 0x3CB748) is known color: Fruit Salad. HEX triplet: 3C, B7 and 48. RGB value is (60,183,72). Sum of RGB (Red+Green+Blue) = 60+183+72=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB748 is #C348B7. Grayscale: #858585. Windows color (decimal): -12798136 or 4765500. OLE color: 4765500.
HSL color Cylindrical-coordinate representation of color #3CB748: hue angle of 125.85º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB748 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 72 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.28 |
| HSL | 125.85º | 0.51% | 0.48% | - |
| HSV(B) | 125.85º | 0.67% | 0.72% | - |
| XYZ | 19.97 | 35.3 | 11.89 | - |
| YUV | 133.57 | 93.25 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 72 | 0.67 | 0 | 0.61 | 0.28 | 125.85 | 0.51 | 0.48 |
| Hex | 3C | B7 | 48 | 43 | 0 | 3D | 1C | 7E | 33 | 30 |
| Octal | 74 | 267 | 110 | 103 | 0 | 75 | 34 | 176 | 63 | 60 |
| Binary | 111100 | 10110111 | 1001000 | 1000011 | 0 | 111101 | 11100 | 1111110 | 110011 | 110000 |
Color Harmonies of #3CB748
Complementary color
Monochromatic Colors of #3CB748
Black with #3CB748
Text Example
Text Example
White with #3CB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB748; }
p { color: rgb(60,183,72); }
H1.HeaderClassName
{
color: #3CB748;
}
.AnyTagClassName
{
color: #3CB748;
}
</style>
background-color css
<style>
a { background-color: #3CB748; }
a { background-color: rgb(60,183,72); }
div.DivClassName
{
background-color: #3CB748;
}
.BgClassName
{
background-color: #3CB748;
}
</style>
border-color css
<style>
span { border-color: #3CB748; }
span { border-color: rgb(60,183,72); }
td.TdClassName
{
border-color: #3CB748;
}
.TagClassName
{
border-color: #3CB748;
}
</style>