#3CB149

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

Shades of Fruit Salad #3CB149

Tints of Fruit Salad #3CB149

Color information

#3CB149 (or 0x3CB149) is unknown color: approx Fruit Salad. HEX triplet: 3C, B1 and 49. RGB value is (60,177,73). Sum of RGB (Red+Green+Blue) = 60+177+73=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB149 is #C34EB6. Grayscale: #828282. Windows color (decimal): -12799671 or 4829500. OLE color: 4829500.

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

Color convert

RGB6017773-
CMYK0.6600.590.31
HSL126.67º49.37%46.47%-
HSV(B)126.67º66.1%69.41%-
XYZ18.7932.8911.66-
YUV130.1695.7477.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 177 (69.53% from 255) = 57.10%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=19.35%
G=57.10%
B=23.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60177730.6600.590.31126.6749.3746.47
Hex3CB1494203B1F7f312e
Octal74261111102073371776156
Binary11110010110001100100110000100111011111111111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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