#479946

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

Shades of Fruit Salad #479946

Tints of Fruit Salad #479946

Color information

#479946 (or 0x479946) is unknown color: approx Fruit Salad. HEX triplet: 47, 99 and 46. RGB value is (71,153,70). Sum of RGB (Red+Green+Blue) = 71+153+70=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #479946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479946 is #B866B9. Grayscale: #777777. Windows color (decimal): -12084922 or 4626759. OLE color: 4626759.

HSL color Cylindrical-coordinate representation of color #479946: hue angle of 119.28º 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 #479946 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB7115370-
CMYK0.5400.540.4
HSL119.28º37.22%43.73%-
HSV(B)119.28º54.25%60%-
XYZ15.124.569.74-
YUV119.02100.3393.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=24.15%
G=52.04%
B=23.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71153700.5400.540.4119.2837.2243.73
Hex479946360362877252c
Octal10723110666066501674554
Binary100011110011001100011011011001101101010001110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479946; }

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

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

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

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

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

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

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

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