#4AA345

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

Shades of Fruit Salad #4AA345

Tints of Fruit Salad #4AA345

Color information

#4AA345 (or 0x4AA345) is unknown color: approx Fruit Salad. HEX triplet: 4A, A3 and 45. RGB value is (74,163,69). Sum of RGB (Red+Green+Blue) = 74+163+69=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA345 is #B55CBA. Grayscale: #7D7D7D. Windows color (decimal): -11885755 or 4563786. OLE color: 4563786.

HSL color Cylindrical-coordinate representation of color #4AA345: hue angle of 116.81º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AA345 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB7416369-
CMYK0.5500.580.36
HSL116.81º40.52%45.49%-
HSV(B)116.81º57.67%63.92%-
XYZ1728.0810.15-
YUV125.6796.0191.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.18%
GREEN value IS 163 (64.06% from 255) = 53.27%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=24.18%
G=53.27%
B=22.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74163690.5500.580.36116.8140.5245.49
Hex4AA3453703A2475292d
Octal11224310567072441655155
Binary100101010100011100010111011101110101001001110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,163,69); }

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

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

 a { background-color: rgb(74,163,69); }

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

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

 span { border-color: rgb(74,163,69); }

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