#4BAE49

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

Shades of Fruit Salad #4BAE49

Tints of Fruit Salad #4BAE49

Color information

#4BAE49 (or 0x4BAE49) is unknown color: approx Fruit Salad. HEX triplet: 4B, AE and 49. RGB value is (75,174,73). Sum of RGB (Red+Green+Blue) = 75+174+73=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE49 is #B451B6. Grayscale: #858585. Windows color (decimal): -11817399 or 4828747. OLE color: 4828747.

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

Color convert

RGB7517473-
CMYK0.5700.580.32
HSL118.81º40.89%48.43%-
HSV(B)118.81º58.05%68.24%-
XYZ19.2432.2511.51-
YUV132.8894.286.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 174 (68.36% from 255) = 54.04%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=23.29%
G=54.04%
B=22.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75174730.5700.580.32118.8140.8948.43
Hex4BAE493903A20772930
Octal11325611171072401675160
Binary100101110101110100100111100101110101000001110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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