#49C34C

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

Shades of Fruit Salad #49C34C

Tints of Fruit Salad #49C34C

Color information

#49C34C (or 0x49C34C) is unknown color: approx Fruit Salad. HEX triplet: 49, C3 and 4C. RGB value is (73,195,76). Sum of RGB (Red+Green+Blue) = 73+195+76=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #49C34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C34C is #B63CB3. Grayscale: #919191. Windows color (decimal): -11943092 or 5030729. OLE color: 5030729.

HSL color Cylindrical-coordinate representation of color #49C34C: hue angle of 121.48º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C34C is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB7319576-
CMYK0.6300.610.24
HSL121.48º50.41%52.55%-
HSV(B)121.48º62.56%76.47%-
XYZ23.5740.9713.5-
YUV144.9689.0876.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 195 (76.56% from 255) = 56.69%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=21.22%
G=56.69%
B=22.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73195760.6300.610.24121.4850.4152.55
Hex49C34C3F03D18793235
Octal11130311477075301716265
Binary10010011100001110011001111110111101110001111001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C34C; }

 p { color: rgb(73,195,76); }

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

<style>
 a { background-color: #49C34C; }

 a { background-color: rgb(73,195,76); }

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

<style>
 span { border-color: #49C34C; }

 span { border-color: rgb(73,195,76); }

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