#4BAE47

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

Shades of Fruit Salad #4BAE47

Tints of Fruit Salad #4BAE47

Color information

#4BAE47 (or 0x4BAE47) is unknown color: approx Fruit Salad. HEX triplet: 4B, AE and 47. RGB value is (75,174,71). Sum of RGB (Red+Green+Blue) = 75+174+71=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE47 is #B451B8. Grayscale: #848484. Windows color (decimal): -11817401 or 4697675. OLE color: 4697675.

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

Color convert

RGB7517471-
CMYK0.5700.590.32
HSL117.67º42.04%48.04%-
HSV(B)117.67º59.2%68.24%-
XYZ19.1832.2211.17-
YUV132.6693.286.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=23.44%
G=54.38%
B=22.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75174710.5700.590.32117.6742.0448.04
Hex4BAE473903B20762a30
Octal11325610771073401665260
Binary100101110101110100011111100101110111000001110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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