#3CB340

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

Shades of Fruit Salad #3CB340

Tints of Fruit Salad #3CB340

Color information

#3CB340 (or 0x3CB340) is unknown color: approx Fruit Salad. HEX triplet: 3C, B3 and 40. RGB value is (60,179,64). Sum of RGB (Red+Green+Blue) = 60+179+64=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB340 is #C34CBF. Grayscale: #828282. Windows color (decimal): -12799168 or 4240188. OLE color: 4240188.

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

Color convert

RGB6017964-
CMYK0.6600.640.30
HSL122.02º49.79%46.86%-
HSV(B)122.02º66.48%70.2%-
XYZ18.9133.5710.33-
YUV130.3190.5877.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 179 (70.31% from 255) = 59.08%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=19.80%
G=59.08%
B=21.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60179640.6600.640.30122.0249.7946.86
Hex3CB340420401E7a322f
Octal742631001020100361726257
Binary111100101100111000000100001001000000111101111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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