Shades of Fruit Salad #3C963F
Tints of Fruit Salad #3C963F
RGB
CMYK
RGB Variations
Color information
#3C963F (or 0x3C963F) is known color: Fruit Salad. HEX triplet: 3C, 96 and 3F. RGB value is (60,150,63). Sum of RGB (Red+Green+Blue) = 60+150+63=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #3C963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C963F is #C369C0. Grayscale: #717171. Windows color (decimal): -12806593 or 4167228. OLE color: 4167228.
HSL color Cylindrical-coordinate representation of color #3C963F: hue angle of 122º 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 #3C963F is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 63 | - |
| CMYK | 0.6 | 0 | 0.58 | 0.41 |
| HSL | 122º | 0.43% | 0.41% | - |
| HSV(B) | 122º | 0.6% | 0.59% | - |
| XYZ | 13.67 | 23.13 | 8.45 | - |
| YUV | 113.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 63 | 0.6 | 0 | 0.58 | 0.41 | 122 | 0.43 | 0.41 |
| Hex | 3C | 96 | 3F | 3C | 0 | 3A | 29 | 7A | 2B | 29 |
| Octal | 74 | 226 | 77 | 74 | 0 | 72 | 51 | 172 | 53 | 51 |
| Binary | 111100 | 10010110 | 111111 | 111100 | 0 | 111010 | 101001 | 1111010 | 101011 | 101001 |
Color Harmonies of #3C963F
Complementary color
Monochromatic Colors of #3C963F
Black with #3C963F
Text Example
Text Example
White with #3C963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C963F; }
p { color: rgb(60,150,63); }
H1.HeaderClassName
{
color: #3C963F;
}
.AnyTagClassName
{
color: #3C963F;
}
</style>
background-color css
<style>
a { background-color: #3C963F; }
a { background-color: rgb(60,150,63); }
div.DivClassName
{
background-color: #3C963F;
}
.BgClassName
{
background-color: #3C963F;
}
</style>
border-color css
<style>
span { border-color: #3C963F; }
span { border-color: rgb(60,150,63); }
td.TdClassName
{
border-color: #3C963F;
}
.TagClassName
{
border-color: #3C963F;
}
</style>