#479A46

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

Shades of Fruit Salad #479A46

Tints of Fruit Salad #479A46

Color information

#479A46 (or 0x479A46) is unknown color: approx Fruit Salad. HEX triplet: 47, 9A and 46. RGB value is (71,154,70). Sum of RGB (Red+Green+Blue) = 71+154+70=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #479A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479A46 is #B865B9. Grayscale: #777777. Windows color (decimal): -12084666 or 4627015. OLE color: 4627015.

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

Color convert

RGB7115470-
CMYK0.5400.550.40
HSL119.29º37.5%43.92%-
HSV(B)119.29º54.55%60.39%-
XYZ15.2624.899.79-
YUV119.6110093.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 154 (60.55% from 255) = 52.20%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=24.07%
G=52.20%
B=23.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71154700.5400.550.40119.2937.543.92
Hex479A46360372877262c
Octal10723210666067501674654
Binary100011110011010100011011011001101111010001110111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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