#3CB145

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

Shades of Fruit Salad #3CB145

Tints of Fruit Salad #3CB145

Color information

#3CB145 (or 0x3CB145) is unknown color: approx Fruit Salad. HEX triplet: 3C, B1 and 45. RGB value is (60,177,69). Sum of RGB (Red+Green+Blue) = 60+177+69=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB145 is #C34EBA. Grayscale: #828282. Windows color (decimal): -12799675 or 4567356. OLE color: 4567356.

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

Color convert

RGB6017769-
CMYK0.6600.610.31
HSL124.62º49.37%46.47%-
HSV(B)124.62º66.1%69.41%-
XYZ18.6632.8310.98-
YUV129.7193.7478.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 177 (69.53% from 255) = 57.84%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=19.61%
G=57.84%
B=22.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60177690.6600.610.31124.6249.3746.47
Hex3CB1454203D1F7d312e
Octal74261105102075371756156
Binary11110010110001100010110000100111101111111111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,177,69); }

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

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

 a { background-color: rgb(60,177,69); }

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

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

 span { border-color: rgb(60,177,69); }

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