#49BA4C

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

Shades of Fruit Salad #49BA4C

Tints of Fruit Salad #49BA4C

Color information

#49BA4C (or 0x49BA4C) is unknown color: approx Fruit Salad. HEX triplet: 49, BA and 4C. RGB value is (73,186,76). Sum of RGB (Red+Green+Blue) = 73+186+76=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA4C is #B645B3. Grayscale: #8C8C8C. Windows color (decimal): -11945396 or 5028425. OLE color: 5028425.

HSL color Cylindrical-coordinate representation of color #49BA4C: hue angle of 121.59º degrees, saturation: 0.45, 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 #49BA4C is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB7318676-
CMYK0.6100.590.27
HSL121.59º45.02%50.78%-
HSV(B)121.59º60.75%72.94%-
XYZ21.6137.0612.85-
YUV139.6792.0680.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=21.79%
G=55.52%
B=22.69%

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
Decimal73186760.6100.590.27121.5945.0250.78
Hex49BA4C3D03B1B7a2d33
Octal11127211475073331725563
Binary10010011011101010011001111010111011110111111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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