#4BA949

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

Shades of Fruit Salad #4BA949

Tints of Fruit Salad #4BA949

Color information

#4BA949 (or 0x4BA949) is unknown color: approx Fruit Salad. HEX triplet: 4B, A9 and 49. RGB value is (75,169,73). Sum of RGB (Red+Green+Blue) = 75+169+73=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA949 is #B456B6. Grayscale: #828282. Windows color (decimal): -11818679 or 4827467. OLE color: 4827467.

HSL color Cylindrical-coordinate representation of color #4BA949: hue angle of 118.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BA949 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB7516973-
CMYK0.5600.570.34
HSL118.75º39.67%47.45%-
HSV(B)118.75º56.8%66.27%-
XYZ18.2930.3511.2-
YUV129.9595.8688.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 169 (66.41% from 255) = 53.31%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=23.66%
G=53.31%
B=23.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal75169730.5600.570.34118.7539.6747.45
Hex4BA949380392277282f
Octal11325111170071421675057
Binary100101110101001100100111100001110011000101110111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BA949; }

 p { color: rgb(75,169,73); }

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

<style>
 a { background-color: #4BA949; }

 a { background-color: rgb(75,169,73); }

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

<style>
 span { border-color: #4BA949; }

 span { border-color: rgb(75,169,73); }

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