#49BA4D

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

Shades of Fruit Salad #49BA4D

Tints of Fruit Salad #49BA4D

Color information

#49BA4D (or 0x49BA4D) is unknown color: approx Fruit Salad. HEX triplet: 49, BA and 4D. RGB value is (73,186,77). Sum of RGB (Red+Green+Blue) = 73+186+77=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BA4D is #B645B2. Grayscale: #8C8C8C. Windows color (decimal): -11945395 or 5093961. OLE color: 5093961.

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

Color convert

RGB7318677-
CMYK0.6100.590.27
HSL122.12º45.02%50.78%-
HSV(B)122.12º60.75%72.94%-
XYZ21.6537.0713.04-
YUV139.7992.5680.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=21.73%
G=55.36%
B=22.92%

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
Decimal73186770.6100.590.27122.1245.0250.78
Hex49BA4D3D03B1B7a2d33
Octal11127211575073331725563
Binary10010011011101010011011111010111011110111111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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