Shades of Fruit Salad #3C9C40
Tints of Fruit Salad #3C9C40
RGB
CMYK
RGB Variations
Color information
#3C9C40 (or 0x3C9C40) is known color: Fruit Salad. HEX triplet: 3C, 9C and 40. RGB value is (60,156,64). Sum of RGB (Red+Green+Blue) = 60+156+64=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9C40 is #C363BF. Grayscale: #757575. Windows color (decimal): -12805056 or 4234300. OLE color: 4234300.
HSL color Cylindrical-coordinate representation of color #3C9C40: hue angle of 122.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9C40 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 64 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.39 |
| HSL | 122.5º | 0.44% | 0.42% | - |
| HSV(B) | 122.5º | 0.62% | 0.61% | - |
| XYZ | 14.68 | 25.11 | 8.92 | - |
| YUV | 116.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 64 | 0.62 | 0 | 0.59 | 0.39 | 122.5 | 0.44 | 0.42 |
| Hex | 3C | 9C | 40 | 3E | 0 | 3B | 27 | 7B | 2C | 2A |
| Octal | 74 | 234 | 100 | 76 | 0 | 73 | 47 | 173 | 54 | 52 |
| Binary | 111100 | 10011100 | 1000000 | 111110 | 0 | 111011 | 100111 | 1111011 | 101100 | 101010 |
Color Harmonies of #3C9C40
Complementary color
Monochromatic Colors of #3C9C40
Black with #3C9C40
Text Example
Text Example
White with #3C9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C40; }
p { color: rgb(60,156,64); }
H1.HeaderClassName
{
color: #3C9C40;
}
.AnyTagClassName
{
color: #3C9C40;
}
</style>
background-color css
<style>
a { background-color: #3C9C40; }
a { background-color: rgb(60,156,64); }
div.DivClassName
{
background-color: #3C9C40;
}
.BgClassName
{
background-color: #3C9C40;
}
</style>
border-color css
<style>
span { border-color: #3C9C40; }
span { border-color: rgb(60,156,64); }
td.TdClassName
{
border-color: #3C9C40;
}
.TagClassName
{
border-color: #3C9C40;
}
</style>