Shades of Fruit Salad #3C963C
Tints of Fruit Salad #3C963C
RGB
CMYK
RGB Variations
Color information
#3C963C (or 0x3C963C) is known color: Fruit Salad. HEX triplet: 3C, 96 and 3C. RGB value is (60,150,60). Sum of RGB (Red+Green+Blue) = 60+150+60=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #3C963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C963C is #C369C3. Grayscale: #717171. Windows color (decimal): -12806596 or 3970620. OLE color: 3970620.
HSL color Cylindrical-coordinate representation of color #3C963C: hue angle of 120º 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 #3C963C is Cyan = 0.6, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 60 | - |
| CMYK | 0.6 | 0 | 0.6 | 0.41 |
| HSL | 120º | 0.43% | 0.41% | - |
| HSV(B) | 120º | 0.6% | 0.59% | - |
| XYZ | 13.59 | 23.1 | 8.02 | - |
| YUV | 112.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 60 | 0.6 | 0 | 0.6 | 0.41 | 120 | 0.43 | 0.41 |
| Hex | 3C | 96 | 3C | 3C | 0 | 3C | 29 | 78 | 2B | 29 |
| Octal | 74 | 226 | 74 | 74 | 0 | 74 | 51 | 170 | 53 | 51 |
| Binary | 111100 | 10010110 | 111100 | 111100 | 0 | 111100 | 101001 | 1111000 | 101011 | 101001 |
Color Harmonies of #3C963C
Complementary color
Monochromatic Colors of #3C963C
Black with #3C963C
Text Example
Text Example
White with #3C963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C963C; }
p { color: rgb(60,150,60); }
H1.HeaderClassName
{
color: #3C963C;
}
.AnyTagClassName
{
color: #3C963C;
}
</style>
background-color css
<style>
a { background-color: #3C963C; }
a { background-color: rgb(60,150,60); }
div.DivClassName
{
background-color: #3C963C;
}
.BgClassName
{
background-color: #3C963C;
}
</style>
border-color css
<style>
span { border-color: #3C963C; }
span { border-color: rgb(60,150,60); }
td.TdClassName
{
border-color: #3C963C;
}
.TagClassName
{
border-color: #3C963C;
}
</style>