#3CB241

Color #3CB241 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3CB241

Tints of Fruit Salad #3CB241

Color information

#3CB241 (or 0x3CB241) is unknown color: approx 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

RGB6017865-
CMYK0.6600.630.30
HSL122.54º49.58%46.67%-
HSV(B)122.54º66.29%69.8%-
XYZ18.7433.1810.42-
YUV129.8491.4178.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 178 (69.92% from 255) = 58.75%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=19.80%
G=58.75%
B=21.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60178650.6600.630.30122.5449.5846.67
Hex3CB2414203F1E7b322f
Octal74262101102077361736257
Binary11110010110010100000110000100111111111101111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>