Shades of Fruit Salad #3C9748
Tints of Fruit Salad #3C9748
RGB
CMYK
RGB Variations
Color information
#3C9748 (or 0x3C9748) is known color: Fruit Salad. HEX triplet: 3C, 97 and 48. RGB value is (60,151,72). Sum of RGB (Red+Green+Blue) = 60+151+72=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9748 is #C368B7. Grayscale: #737373. Windows color (decimal): -12806328 or 4757308. OLE color: 4757308.
HSL color Cylindrical-coordinate representation of color #3C9748: hue angle of 127.91º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9748 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 72 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.41 |
| HSL | 127.91º | 0.43% | 0.41% | - |
| HSV(B) | 127.91º | 0.6% | 0.59% | - |
| XYZ | 14.1 | 23.56 | 9.94 | - |
| YUV | 114.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 72 | 0.60 | 0 | 0.52 | 0.41 | 127.91 | 0.43 | 0.41 |
| Hex | 3C | 97 | 48 | 3C | 0 | 34 | 29 | 80 | 2B | 29 |
| Octal | 74 | 227 | 110 | 74 | 0 | 64 | 51 | 200 | 53 | 51 |
| Binary | 111100 | 10010111 | 1001000 | 111100 | 0 | 110100 | 101001 | 10000000 | 101011 | 101001 |
Color Harmonies of #3C9748
Complementary color
Monochromatic Colors of #3C9748
Black with #3C9748
Text Example
Text Example
White with #3C9748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9748; }
p { color: rgb(60,151,72); }
H1.HeaderClassName
{
color: #3C9748;
}
.AnyTagClassName
{
color: #3C9748;
}
</style>
background-color css
<style>
a { background-color: #3C9748; }
a { background-color: rgb(60,151,72); }
div.DivClassName
{
background-color: #3C9748;
}
.BgClassName
{
background-color: #3C9748;
}
</style>
border-color css
<style>
span { border-color: #3C9748; }
span { border-color: rgb(60,151,72); }
td.TdClassName
{
border-color: #3C9748;
}
.TagClassName
{
border-color: #3C9748;
}
</style>