#49B63F

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

Shades of Fruit Salad #49B63F

Tints of Fruit Salad #49B63F

Color information

#49B63F (or 0x49B63F) is unknown color: approx Fruit Salad. HEX triplet: 49, B6 and 3F. RGB value is (73,182,63). Sum of RGB (Red+Green+Blue) = 73+182+63=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #49B63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B63F is #B649C0. Grayscale: #888888. Windows color (decimal): -11946433 or 4175433. OLE color: 4175433.

HSL color Cylindrical-coordinate representation of color #49B63F: hue angle of 114.96º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B63F is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB7318263-
CMYK0.6000.650.29
HSL114.96º48.57%48.04%-
HSV(B)114.96º65.38%71.37%-
XYZ20.3735.2310.43-
YUV135.8486.8983.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 182 (71.48% from 255) = 57.23%
BLUE value IS 63 (25% from 255) = 19.81%
R=22.96%
G=57.23%
B=19.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73182630.6000.650.29114.9648.5748.04
Hex49B63F3C0411D733130
Octal11126677740101351636160
Binary10010011011011011111111110001000001111011110011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,182,63); }

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

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

 a { background-color: rgb(73,182,63); }

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

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

 span { border-color: rgb(73,182,63); }

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