#4AB047

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

Shades of Fruit Salad #4AB047

Tints of Fruit Salad #4AB047

Color information

#4AB047 (or 0x4AB047) is unknown color: approx Fruit Salad. HEX triplet: 4A, B0 and 47. RGB value is (74,176,71). Sum of RGB (Red+Green+Blue) = 74+176+71=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB047 is #B54FB8. Grayscale: #858585. Windows color (decimal): -11882425 or 4698186. OLE color: 4698186.

HSL color Cylindrical-coordinate representation of color #4AB047: hue angle of 118.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB047 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB7417671-
CMYK0.5800.600.31
HSL118.29º42.51%48.43%-
HSV(B)118.29º59.66%69.02%-
XYZ19.4932.9611.3-
YUV133.5392.7185.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.05%
GREEN value IS 176 (69.14% from 255) = 54.83%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=23.05%
G=54.83%
B=22.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74176710.5800.600.31118.2942.5148.43
Hex4AB0473A03C1F762b30
Octal11226010772074371665360
Binary10010101011000010001111110100111100111111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,176,71); }

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

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

 a { background-color: rgb(74,176,71); }

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

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

 span { border-color: rgb(74,176,71); }

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