#4AAB44

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

Shades of Fruit Salad #4AAB44

Tints of Fruit Salad #4AAB44

Color information

#4AAB44 (or 0x4AAB44) is unknown color: approx Fruit Salad. HEX triplet: 4A, AB and 44. RGB value is (74,171,68). Sum of RGB (Red+Green+Blue) = 74+171+68=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB44 is #B554BB. Grayscale: #828282. Windows color (decimal): -11883708 or 4500298. OLE color: 4500298.

HSL color Cylindrical-coordinate representation of color #4AAB44: hue angle of 116.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AAB44 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB7417168-
CMYK0.5700.600.33
HSL116.5º43.1%46.86%-
HSV(B)116.5º60.23%67.06%-
XYZ18.433110.48-
YUV130.2692.8687.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.64%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=23.64%
G=54.63%
B=21.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171680.5700.600.33116.543.146.86
Hex4AAB443903C21752b2f
Octal11225310471074411655357
Binary100101010101011100010011100101111001000011110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,68); }

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

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

 a { background-color: rgb(74,171,68); }

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

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

 span { border-color: rgb(74,171,68); }

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