#4AB244

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

Shades of Fruit Salad #4AB244

Tints of Fruit Salad #4AB244

Color information

#4AB244 (or 0x4AB244) is unknown color: approx Fruit Salad. HEX triplet: 4A, B2 and 44. RGB value is (74,178,68). Sum of RGB (Red+Green+Blue) = 74+178+68=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB244 is #B54DBB. Grayscale: #868686. Windows color (decimal): -11881916 or 4502090. OLE color: 4502090.

HSL color Cylindrical-coordinate representation of color #4AB244: hue angle of 116.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AB244 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB7417868-
CMYK0.5800.620.30
HSL116.73º44.72%48.24%-
HSV(B)116.73º61.8%69.8%-
XYZ19.7933.7110.93-
YUV134.3690.5484.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 178 (69.92% from 255) = 55.62%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=23.12%
G=55.62%
B=21.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74178680.5800.620.30116.7344.7248.24
Hex4AB2443A03E1E752d30
Octal11226210472076361655560
Binary10010101011001010001001110100111110111101110101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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