#4BB646

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

Shades of Fruit Salad #4BB646

Tints of Fruit Salad #4BB646

Color information

#4BB646 (or 0x4BB646) is unknown color: approx Fruit Salad. HEX triplet: 4B, B6 and 46. RGB value is (75,182,70). Sum of RGB (Red+Green+Blue) = 75+182+70=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB646 is #B449B9. Grayscale: #898989. Windows color (decimal): -11815354 or 4634187. OLE color: 4634187.

HSL color Cylindrical-coordinate representation of color #4BB646: hue angle of 117.32º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BB646 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB7518270-
CMYK0.5900.620.29
HSL117.32º44.44%49.41%-
HSV(B)117.32º61.54%71.37%-
XYZ20.7435.3911.53-
YUV137.2490.0583.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 182 (71.48% from 255) = 55.66%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=22.94%
G=55.66%
B=21.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75182700.5900.620.29117.3244.4449.41
Hex4BB6463B03E1D752c31
Octal11326610673076351655461
Binary10010111011011010001101110110111110111011110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,182,70); }

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

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

 a { background-color: rgb(75,182,70); }

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

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

 span { border-color: rgb(75,182,70); }

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