#4CB057

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

Shades of Fruit Salad #4CB057

Tints of Fruit Salad #4CB057

Color information

#4CB057 (or 0x4CB057) is unknown color: approx Fruit Salad. HEX triplet: 4C, B0 and 57. RGB value is (76,176,87). Sum of RGB (Red+Green+Blue) = 76+176+87=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB057 is #B34FA8. Grayscale: #888888. Windows color (decimal): -11751337 or 5746764. OLE color: 5746764.

HSL color Cylindrical-coordinate representation of color #4CB057: hue angle of 126.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB057 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB7617687-
CMYK0.5700.510.31
HSL126.6º39.68%49.41%-
HSV(B)126.6º56.82%69.02%-
XYZ20.2333.2814.37-
YUV135.95100.3785.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.42%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=22.42%
G=51.92%
B=25.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76176870.5700.510.31126.639.6849.41
Hex4CB057390331F7f2831
Octal11426012771063371775061
Binary10011001011000010101111110010110011111111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,176,87); }

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

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

 a { background-color: rgb(76,176,87); }

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

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

 span { border-color: rgb(76,176,87); }

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