#4BAE3B

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

Shades of Fruit Salad #4BAE3B

Tints of Fruit Salad #4BAE3B

Color information

#4BAE3B (or 0x4BAE3B) is unknown color: approx Fruit Salad. HEX triplet: 4B, AE and 3B. RGB value is (75,174,59). Sum of RGB (Red+Green+Blue) = 75+174+59=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE3B is #B451C4. Grayscale: #838383. Windows color (decimal): -11817413 or 3911243. OLE color: 3911243.

HSL color Cylindrical-coordinate representation of color #4BAE3B: hue angle of 111.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BAE3B is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB7517459-
CMYK0.5700.660.32
HSL111.65º49.36%45.69%-
HSV(B)111.65º66.09%68.24%-
XYZ18.8332.089.34-
YUV131.2987.287.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=24.35%
G=56.49%
B=19.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75174590.5700.660.32111.6549.3645.69
Hex4BAE3B390422070312e
Octal11325673710102401606156
Binary100101110101110111011111001010000101000001110000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,174,59); }

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

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

 a { background-color: rgb(75,174,59); }

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

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

 span { border-color: rgb(75,174,59); }

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