Shades of Fruit Salad #3CB041
Tints of Fruit Salad #3CB041
RGB
CMYK
RGB Variations
Color information
#3CB041 (or 0x3CB041) is known color: Fruit Salad. HEX triplet: 3C, B0 and 41. RGB value is (60,176,65). Sum of RGB (Red+Green+Blue) = 60+176+65=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB041 is #C34FBE. Grayscale: #808080. Windows color (decimal): -12799935 or 4304956. OLE color: 4304956.
HSL color Cylindrical-coordinate representation of color #3CB041: hue angle of 122.59º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB041 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 65 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.31 |
| HSL | 122.59º | 0.49% | 0.46% | - |
| HSV(B) | 122.59º | 0.66% | 0.69% | - |
| XYZ | 18.34 | 32.39 | 10.29 | - |
| YUV | 128.66 | 92.07 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 65 | 0.66 | 0 | 0.63 | 0.31 | 122.59 | 0.49 | 0.46 |
| Hex | 3C | B0 | 41 | 42 | 0 | 3F | 1F | 7B | 31 | 2E |
| Octal | 74 | 260 | 101 | 102 | 0 | 77 | 37 | 173 | 61 | 56 |
| Binary | 111100 | 10110000 | 1000001 | 1000010 | 0 | 111111 | 11111 | 1111011 | 110001 | 101110 |
Color Harmonies of #3CB041
Complementary color
Monochromatic Colors of #3CB041
Black with #3CB041
Text Example
Text Example
White with #3CB041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB041; }
p { color: rgb(60,176,65); }
H1.HeaderClassName
{
color: #3CB041;
}
.AnyTagClassName
{
color: #3CB041;
}
</style>
background-color css
<style>
a { background-color: #3CB041; }
a { background-color: rgb(60,176,65); }
div.DivClassName
{
background-color: #3CB041;
}
.BgClassName
{
background-color: #3CB041;
}
</style>
border-color css
<style>
span { border-color: #3CB041; }
span { border-color: rgb(60,176,65); }
td.TdClassName
{
border-color: #3CB041;
}
.TagClassName
{
border-color: #3CB041;
}
</style>