Shades of Fruit Salad #3C953F
Tints of Fruit Salad #3C953F
RGB
CMYK
RGB Variations
Color information
#3C953F (or 0x3C953F) is known color: Fruit Salad. HEX triplet: 3C, 95 and 3F. RGB value is (60,149,63). Sum of RGB (Red+Green+Blue) = 60+149+63=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #3C953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C953F is #C36AC0. Grayscale: #707070. Windows color (decimal): -12806849 or 4166972. OLE color: 4166972.
HSL color Cylindrical-coordinate representation of color #3C953F: hue angle of 122.02º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C953F is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 63 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.42 |
| HSL | 122.02º | 0.43% | 0.41% | - |
| HSV(B) | 122.02º | 0.6% | 0.58% | - |
| XYZ | 13.51 | 22.81 | 8.39 | - |
| YUV | 112.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 63 | 0.60 | 0 | 0.58 | 0.42 | 122.02 | 0.43 | 0.41 |
| Hex | 3C | 95 | 3F | 3C | 0 | 3A | 2A | 7A | 2B | 29 |
| Octal | 74 | 225 | 77 | 74 | 0 | 72 | 52 | 172 | 53 | 51 |
| Binary | 111100 | 10010101 | 111111 | 111100 | 0 | 111010 | 101010 | 1111010 | 101011 | 101001 |
Color Harmonies of #3C953F
Complementary color
Monochromatic Colors of #3C953F
Black with #3C953F
Text Example
Text Example
White with #3C953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C953F; }
p { color: rgb(60,149,63); }
H1.HeaderClassName
{
color: #3C953F;
}
.AnyTagClassName
{
color: #3C953F;
}
</style>
background-color css
<style>
a { background-color: #3C953F; }
a { background-color: rgb(60,149,63); }
div.DivClassName
{
background-color: #3C953F;
}
.BgClassName
{
background-color: #3C953F;
}
</style>
border-color css
<style>
span { border-color: #3C953F; }
span { border-color: rgb(60,149,63); }
td.TdClassName
{
border-color: #3C953F;
}
.TagClassName
{
border-color: #3C953F;
}
</style>