#49BB4C

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

Shades of Fruit Salad #49BB4C

Tints of Fruit Salad #49BB4C

Color information

#49BB4C (or 0x49BB4C) is unknown color: approx Fruit Salad. HEX triplet: 49, BB and 4C. RGB value is (73,187,76). Sum of RGB (Red+Green+Blue) = 73+187+76=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB4C is #B644B3. Grayscale: #8C8C8C. Windows color (decimal): -11945140 or 5028681. OLE color: 5028681.

HSL color Cylindrical-coordinate representation of color #49BB4C: hue angle of 121.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BB4C is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB7318776-
CMYK0.6100.590.27
HSL121.58º45.6%50.98%-
HSV(B)121.58º60.96%73.33%-
XYZ21.8237.4812.92-
YUV140.2691.7380.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 187 (73.44% from 255) = 55.65%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=21.73%
G=55.65%
B=22.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73187760.6100.590.27121.5845.650.98
Hex49BB4C3D03B1B7a2e33
Octal11127311475073331725663
Binary10010011011101110011001111010111011110111111010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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