#479940

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

Shades of Fruit Salad #479940

Tints of Fruit Salad #479940

Color information

#479940 (or 0x479940) is unknown color: approx Fruit Salad. HEX triplet: 47, 99 and 40. RGB value is (71,153,64). Sum of RGB (Red+Green+Blue) = 71+153+64=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #479940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479940 is #B866BF. Grayscale: #767676. Windows color (decimal): -12084928 or 4233543. OLE color: 4233543.

HSL color Cylindrical-coordinate representation of color #479940: hue angle of 115.28º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #479940 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB7115364-
CMYK0.5400.580.4
HSL115.28º41.01%42.55%-
HSV(B)115.28º58.17%60%-
XYZ14.9224.498.79-
YUV118.3497.3394.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 153 (60.16% from 255) = 53.12%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=24.65%
G=53.12%
B=22.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71153640.5400.580.4115.2841.0142.55
Hex4799403603A2873292b
Octal10723110066072501635153
Binary100011110011001100000011011001110101010001110011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479940; }

 p { color: rgb(71,153,64); }

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

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

 a { background-color: rgb(71,153,64); }

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

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

 span { border-color: rgb(71,153,64); }

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