#479650

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

Shades of Fruit Salad #479650

Tints of Fruit Salad #479650

Color information

#479650 (or 0x479650) is unknown color: approx Fruit Salad. HEX triplet: 47, 96 and 50. RGB value is (71,150,80). Sum of RGB (Red+Green+Blue) = 71+150+80=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #479650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479650 is #B869AF. Grayscale: #767676. Windows color (decimal): -12085680 or 5281351. OLE color: 5281351.

HSL color Cylindrical-coordinate representation of color #479650: hue angle of 126.84º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479650 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB7115080-
CMYK0.5300.470.41
HSL126.84º35.75%43.33%-
HSV(B)126.84º52.67%58.82%-
XYZ14.9523.7311.38-
YUV118.4106.3394.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=23.59%
G=49.83%
B=26.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71150800.5300.470.41126.8435.7543.33
Hex4796503502F297f242b
Octal10722612065057511774453
Binary100011110010110101000011010101011111010011111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479650; }

 p { color: rgb(71,150,80); }

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

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

 a { background-color: rgb(71,150,80); }

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

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

 span { border-color: rgb(71,150,80); }

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