#49B43B

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

Shades of Fruit Salad #49B43B

Tints of Fruit Salad #49B43B

Color information

#49B43B (or 0x49B43B) is unknown color: approx Fruit Salad. HEX triplet: 49, B4 and 3B. RGB value is (73,180,59). Sum of RGB (Red+Green+Blue) = 73+180+59=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #49B43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B43B is #B64BC4. Grayscale: #868686. Windows color (decimal): -11946949 or 3912777. OLE color: 3912777.

HSL color Cylindrical-coordinate representation of color #49B43B: hue angle of 113.06º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B43B is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB7318059-
CMYK0.5900.670.29
HSL113.06º50.63%46.86%-
HSV(B)113.06º67.22%70.59%-
XYZ19.8634.379.73-
YUV134.2185.5584.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 180 (70.70% from 255) = 57.69%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=23.40%
G=57.69%
B=18.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73180590.5900.670.29113.0650.6346.86
Hex49B43B3B0431D71332f
Octal11126473730103351616357
Binary10010011011010011101111101101000011111011110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,180,59); }

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

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

 a { background-color: rgb(73,180,59); }

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

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

 span { border-color: rgb(73,180,59); }

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