Shades of Fruit Salad #3CB241
Tints of Fruit Salad #3CB241
RGB
CMYK
RGB Variations
Color information
#3CB241 (or 0x3CB241) is known color: Fruit Salad. HEX triplet: 3C, B2 and 41. RGB value is (60,178,65). Sum of RGB (Red+Green+Blue) = 60+178+65=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB241 is #C34DBE. Grayscale: #828282. Windows color (decimal): -12799423 or 4305468. OLE color: 4305468.
HSL color Cylindrical-coordinate representation of color #3CB241: hue angle of 122.54º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB241 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 65 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.30 |
| HSL | 122.54º | 0.5% | 0.47% | - |
| HSV(B) | 122.54º | 0.66% | 0.7% | - |
| XYZ | 18.74 | 33.18 | 10.42 | - |
| YUV | 129.84 | 91.41 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 65 | 0.66 | 0 | 0.63 | 0.30 | 122.54 | 0.5 | 0.47 |
| Hex | 3C | B2 | 41 | 42 | 0 | 3F | 1E | 7B | 32 | 2F |
| Octal | 74 | 262 | 101 | 102 | 0 | 77 | 36 | 173 | 62 | 57 |
| Binary | 111100 | 10110010 | 1000001 | 1000010 | 0 | 111111 | 11110 | 1111011 | 110010 | 101111 |
Color Harmonies of #3CB241
Complementary color
Monochromatic Colors of #3CB241
Black with #3CB241
Text Example
Text Example
White with #3CB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB241; }
p { color: rgb(60,178,65); }
H1.HeaderClassName
{
color: #3CB241;
}
.AnyTagClassName
{
color: #3CB241;
}
</style>
background-color css
<style>
a { background-color: #3CB241; }
a { background-color: rgb(60,178,65); }
div.DivClassName
{
background-color: #3CB241;
}
.BgClassName
{
background-color: #3CB241;
}
</style>
border-color css
<style>
span { border-color: #3CB241; }
span { border-color: rgb(60,178,65); }
td.TdClassName
{
border-color: #3CB241;
}
.TagClassName
{
border-color: #3CB241;
}
</style>