Shades of Fruit Salad #3C943D
Tints of Fruit Salad #3C943D
RGB
CMYK
RGB Variations
Color information
#3C943D (or 0x3C943D) is known color: Fruit Salad. HEX triplet: 3C, 94 and 3D. RGB value is (60,148,61). Sum of RGB (Red+Green+Blue) = 60+148+61=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #3C943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C943D is #C36BC2. Grayscale: #707070. Windows color (decimal): -12807107 or 4035644. OLE color: 4035644.
HSL color Cylindrical-coordinate representation of color #3C943D: hue angle of 120.68º 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 #3C943D is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 148 | 61 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.42 |
| HSL | 120.68º | 0.42% | 0.41% | - |
| HSV(B) | 120.68º | 0.59% | 0.58% | - |
| XYZ | 13.3 | 22.48 | 8.05 | - |
| YUV | 111.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 61 | 0.59 | 0 | 0.59 | 0.42 | 120.68 | 0.42 | 0.41 |
| Hex | 3C | 94 | 3D | 3B | 0 | 3B | 2A | 79 | 2A | 29 |
| Octal | 74 | 224 | 75 | 73 | 0 | 73 | 52 | 171 | 52 | 51 |
| Binary | 111100 | 10010100 | 111101 | 111011 | 0 | 111011 | 101010 | 1111001 | 101010 | 101001 |
Color Harmonies of #3C943D
Complementary color
Monochromatic Colors of #3C943D
Black with #3C943D
Text Example
Text Example
White with #3C943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C943D; }
p { color: rgb(60,148,61); }
H1.HeaderClassName
{
color: #3C943D;
}
.AnyTagClassName
{
color: #3C943D;
}
</style>
background-color css
<style>
a { background-color: #3C943D; }
a { background-color: rgb(60,148,61); }
div.DivClassName
{
background-color: #3C943D;
}
.BgClassName
{
background-color: #3C943D;
}
</style>
border-color css
<style>
span { border-color: #3C943D; }
span { border-color: rgb(60,148,61); }
td.TdClassName
{
border-color: #3C943D;
}
.TagClassName
{
border-color: #3C943D;
}
</style>