#4BC348

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

Shades of Fruit Salad #4BC348

Tints of Fruit Salad #4BC348

Color information

#4BC348 (or 0x4BC348) is unknown color: approx Fruit Salad. HEX triplet: 4B, C3 and 48. RGB value is (75,195,72). Sum of RGB (Red+Green+Blue) = 75+195+72=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC348 is #B43CB7. Grayscale: #919191. Windows color (decimal): -11812024 or 4768587. OLE color: 4768587.

HSL color Cylindrical-coordinate representation of color #4BC348: hue angle of 118.54º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC348 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB7519572-
CMYK0.6200.630.24
HSL118.54º50.62%52.35%-
HSV(B)118.54º63.08%76.47%-
XYZ23.5940.9912.8-
YUV145.186.7478-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 195 (76.56% from 255) = 57.02%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=21.93%
G=57.02%
B=21.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75195720.6200.630.24118.5450.6252.35
Hex4BC3483E03F18773334
Octal11330311076077301676364
Binary10010111100001110010001111100111111110001110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,195,72); }

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

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

 a { background-color: rgb(75,195,72); }

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

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

 span { border-color: rgb(75,195,72); }

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