#4BA849

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

Shades of Fruit Salad #4BA849

Tints of Fruit Salad #4BA849

Color information

#4BA849 (or 0x4BA849) is unknown color: approx Fruit Salad. HEX triplet: 4B, A8 and 49. RGB value is (75,168,73). Sum of RGB (Red+Green+Blue) = 75+168+73=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA849 is #B457B6. Grayscale: #818181. Windows color (decimal): -11818935 or 4827211. OLE color: 4827211.

HSL color Cylindrical-coordinate representation of color #4BA849: hue angle of 118.74º degrees, saturation: 0.39, 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 #4BA849 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB7516873-
CMYK0.5500.570.34
HSL118.74º39.42%47.25%-
HSV(B)118.74º56.55%65.88%-
XYZ18.1129.9811.14-
YUV129.3696.1989.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.73%
GREEN value IS 168 (66.02% from 255) = 53.16%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=23.73%
G=53.16%
B=23.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal75168730.5500.570.34118.7439.4247.25
Hex4BA849370392277272f
Octal11325011167071421674757
Binary100101110101000100100111011101110011000101110111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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