#479446

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

Shades of Fruit Salad #479446

Tints of Fruit Salad #479446

Color information

#479446 (or 0x479446) is unknown color: approx Fruit Salad. HEX triplet: 47, 94 and 46. RGB value is (71,148,70). Sum of RGB (Red+Green+Blue) = 71+148+70=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #479446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479446 is #B86BB9. Grayscale: #747474. Windows color (decimal): -12086202 or 4625479. OLE color: 4625479.

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

Color convert

RGB7114870-
CMYK0.5200.530.42
HSL119.23º35.78%42.75%-
HSV(B)119.23º52.7%58.04%-
XYZ14.2922.969.47-
YUV116.08101.9995.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=24.57%
G=51.21%
B=24.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148700.5200.530.42119.2335.7842.75
Hex479446340352A77242b
Octal10722410664065521674453
Binary100011110010100100011011010001101011010101110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479446; }

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

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

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

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

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

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

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

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