#49B25C

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

Shades of Fruit Salad #49B25C

Tints of Fruit Salad #49B25C

Color information

#49B25C (or 0x49B25C) is unknown color: approx Fruit Salad. HEX triplet: 49, B2 and 5C. RGB value is (73,178,92). Sum of RGB (Red+Green+Blue) = 73+178+92=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #49B25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B25C is #B64DA3. Grayscale: #898989. Windows color (decimal): -11947428 or 6074953. OLE color: 6074953.

HSL color Cylindrical-coordinate representation of color #49B25C: hue angle of 130.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B25C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB7317892-
CMYK0.5900.480.30
HSL130.86º41.83%49.22%-
HSV(B)130.86º58.99%69.8%-
XYZ20.634.0315.61-
YUV136.8102.7182.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 178 (69.92% from 255) = 51.90%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=21.28%
G=51.90%
B=26.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178920.5900.480.30130.8641.8349.22
Hex49B25C3B0301E832a31
Octal11126213473060362035261
Binary100100110110010101110011101101100001111010000011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,178,92); }

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

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

 a { background-color: rgb(73,178,92); }

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

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

 span { border-color: rgb(73,178,92); }

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