Shades of Fruit Salad #3C943F
Tints of Fruit Salad #3C943F
RGB
CMYK
RGB Variations
Color information
#3C943F (or 0x3C943F) is known color: Fruit Salad. HEX triplet: 3C, 94 and 3F. RGB value is (60,148,63). Sum of RGB (Red+Green+Blue) = 60+148+63=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #3C943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C943F is #C36BC0. Grayscale: #707070. Windows color (decimal): -12807105 or 4166716. OLE color: 4166716.
HSL color Cylindrical-coordinate representation of color #3C943F: hue angle of 122.05º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C943F is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 148 | 63 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.42 |
| HSL | 122.05º | 0.42% | 0.41% | - |
| HSV(B) | 122.05º | 0.59% | 0.58% | - |
| XYZ | 13.35 | 22.5 | 8.34 | - |
| YUV | 112 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 63 | 0.59 | 0 | 0.57 | 0.42 | 122.05 | 0.42 | 0.41 |
| Hex | 3C | 94 | 3F | 3B | 0 | 39 | 2A | 7A | 2A | 29 |
| Octal | 74 | 224 | 77 | 73 | 0 | 71 | 52 | 172 | 52 | 51 |
| Binary | 111100 | 10010100 | 111111 | 111011 | 0 | 111001 | 101010 | 1111010 | 101010 | 101001 |
Color Harmonies of #3C943F
Complementary color
Monochromatic Colors of #3C943F
Black with #3C943F
Text Example
Text Example
White with #3C943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C943F; }
p { color: rgb(60,148,63); }
H1.HeaderClassName
{
color: #3C943F;
}
.AnyTagClassName
{
color: #3C943F;
}
</style>
background-color css
<style>
a { background-color: #3C943F; }
a { background-color: rgb(60,148,63); }
div.DivClassName
{
background-color: #3C943F;
}
.BgClassName
{
background-color: #3C943F;
}
</style>
border-color css
<style>
span { border-color: #3C943F; }
span { border-color: rgb(60,148,63); }
td.TdClassName
{
border-color: #3C943F;
}
.TagClassName
{
border-color: #3C943F;
}
</style>