#49B23C

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

Shades of Fruit Salad #49B23C

Tints of Fruit Salad #49B23C

Color information

#49B23C (or 0x49B23C) is unknown color: approx Fruit Salad. HEX triplet: 49, B2 and 3C. RGB value is (73,178,60). Sum of RGB (Red+Green+Blue) = 73+178+60=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #49B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B23C is #B64DC3. Grayscale: #858585. Windows color (decimal): -11947460 or 3977801. OLE color: 3977801.

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

Color convert

RGB7317860-
CMYK0.5900.660.30
HSL113.39º49.58%46.67%-
HSV(B)113.39º66.29%69.8%-
XYZ19.4833.589.73-
YUV133.1586.7185.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=23.47%
G=57.23%
B=19.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178600.5900.660.30113.3949.5846.67
Hex49B23C3B0421E71322f
Octal11126274730102361616257
Binary10010011011001011110011101101000010111101110001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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