#3CB342

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

Shades of Fruit Salad #3CB342

Tints of Fruit Salad #3CB342

Color information

#3CB342 (or 0x3CB342) is unknown color: approx Fruit Salad. HEX triplet: 3C, B3 and 42. RGB value is (60,179,66). Sum of RGB (Red+Green+Blue) = 60+179+66=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB342 is #C34CBD. Grayscale: #828282. Windows color (decimal): -12799166 or 4371260. OLE color: 4371260.

HSL color Cylindrical-coordinate representation of color #3CB342: hue angle of 123.03º 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 #3CB342 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB6017966-
CMYK0.6600.630.30
HSL123.03º49.79%46.86%-
HSV(B)123.03º66.48%70.2%-
XYZ18.9733.5910.64-
YUV130.5491.5877.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 179 (70.31% from 255) = 58.69%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=19.67%
G=58.69%
B=21.64%

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
Decimal60179660.6600.630.30123.0349.7946.86
Hex3CB3424203F1E7b322f
Octal74263102102077361736257
Binary11110010110011100001010000100111111111101111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB342; }

 p { color: rgb(60,179,66); }

 H1.HeaderClassName
 {
   color: #3CB342;
 }
 .AnyTagClassName
 {
   color: #3CB342;
 }
</style>
background-color css

<style>
 a { background-color: #3CB342; }

 a { background-color: rgb(60,179,66); }

 div.DivClassName
 {
   background-color: #3CB342;
 }
 .BgClassName
 {
   background-color: #3CB342;
 }
</style>
border-color css

<style>
 span { border-color: #3CB342; }

 span { border-color: rgb(60,179,66); }

 td.TdClassName
 {
   border-color: #3CB342;
 }
 .TagClassName
 {
   border-color: #3CB342;
 }
</style>