#479A50

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

Shades of Fruit Salad #479A50

Tints of Fruit Salad #479A50

Color information

#479A50 (or 0x479A50) is unknown color: approx Fruit Salad. HEX triplet: 47, 9A and 50. RGB value is (71,154,80). Sum of RGB (Red+Green+Blue) = 71+154+80=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #479A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A50 is #B865AF. Grayscale: #787878. Windows color (decimal): -12084656 or 5282375. OLE color: 5282375.

HSL color Cylindrical-coordinate representation of color #479A50: hue angle of 126.51º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A50 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB7115480-
CMYK0.5400.480.40
HSL126.51º36.89%44.12%-
HSV(B)126.51º53.9%60.39%-
XYZ15.625.0311.6-
YUV120.7510592.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=23.28%
G=50.49%
B=26.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71154800.5400.480.40126.5136.8944.12
Hex479A5036030287f252c
Octal10723212066060501774554
Binary100011110011010101000011011001100001010001111111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479A50; }

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

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

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

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

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

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

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

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