Shades of Fruit Salad #3C993D
Tints of Fruit Salad #3C993D
RGB
CMYK
RGB Variations
Color information
#3C993D (or 0x3C993D) is known color: Fruit Salad. HEX triplet: 3C, 99 and 3D. RGB value is (60,153,61). Sum of RGB (Red+Green+Blue) = 60+153+61=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #3C993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C993D is #C366C2. Grayscale: #727272. Windows color (decimal): -12805827 or 4036924. OLE color: 4036924.
HSL color Cylindrical-coordinate representation of color #3C993D: hue angle of 120.65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C993D is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 61 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.4 |
| HSL | 120.65º | 0.44% | 0.42% | - |
| HSV(B) | 120.65º | 0.61% | 0.6% | - |
| XYZ | 14.1 | 24.08 | 8.32 | - |
| YUV | 114.71 | 97.69 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 61 | 0.61 | 0 | 0.60 | 0.4 | 120.65 | 0.44 | 0.42 |
| Hex | 3C | 99 | 3D | 3D | 0 | 3C | 28 | 79 | 2C | 2A |
| Octal | 74 | 231 | 75 | 75 | 0 | 74 | 50 | 171 | 54 | 52 |
| Binary | 111100 | 10011001 | 111101 | 111101 | 0 | 111100 | 101000 | 1111001 | 101100 | 101010 |
Color Harmonies of #3C993D
Complementary color
Monochromatic Colors of #3C993D
Black with #3C993D
Text Example
Text Example
White with #3C993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C993D; }
p { color: rgb(60,153,61); }
H1.HeaderClassName
{
color: #3C993D;
}
.AnyTagClassName
{
color: #3C993D;
}
</style>
background-color css
<style>
a { background-color: #3C993D; }
a { background-color: rgb(60,153,61); }
div.DivClassName
{
background-color: #3C993D;
}
.BgClassName
{
background-color: #3C993D;
}
</style>
border-color css
<style>
span { border-color: #3C993D; }
span { border-color: rgb(60,153,61); }
td.TdClassName
{
border-color: #3C993D;
}
.TagClassName
{
border-color: #3C993D;
}
</style>