#4AB35A

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

Shades of Fruit Salad #4AB35A

Tints of Fruit Salad #4AB35A

Color information

#4AB35A (or 0x4AB35A) is unknown color: approx Fruit Salad. HEX triplet: 4A, B3 and 5A. RGB value is (74,179,90). Sum of RGB (Red+Green+Blue) = 74+179+90=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB35A is #B54CA5. Grayscale: #898989. Windows color (decimal): -11881638 or 5944138. OLE color: 5944138.

HSL color Cylindrical-coordinate representation of color #4AB35A: hue angle of 129.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB35A is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB7417990-
CMYK0.5900.500.30
HSL129.14º41.5%49.61%-
HSV(B)129.14º58.66%70.2%-
XYZ20.7934.4315.22-
YUV137.46101.2182.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.57%
GREEN value IS 179 (70.31% from 255) = 52.19%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=21.57%
G=52.19%
B=26.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74179900.5900.500.30129.1441.549.61
Hex4AB35A3B0321E812a32
Octal11226313273062362015262
Binary100101010110011101101011101101100101111010000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,179,90); }

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

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

 a { background-color: rgb(74,179,90); }

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

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

 span { border-color: rgb(74,179,90); }

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