#479C46

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

Shades of Fruit Salad #479C46

Tints of Fruit Salad #479C46

Color information

#479C46 (or 0x479C46) is unknown color: approx Fruit Salad. HEX triplet: 47, 9C and 46. RGB value is (71,156,70). Sum of RGB (Red+Green+Blue) = 71+156+70=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #479C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479C46 is #B863B9. Grayscale: #797979. Windows color (decimal): -12084154 or 4627527. OLE color: 4627527.

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

Color convert

RGB7115670-
CMYK0.5400.550.39
HSL119.3º38.05%44.31%-
HSV(B)119.3º55.13%61.18%-
XYZ15.5925.569.91-
YUV120.7899.3492.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 156 (61.33% from 255) = 52.53%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=23.91%
G=52.53%
B=23.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71156700.5400.550.39119.338.0544.31
Hex479C46360372777262c
Octal10723410666067471674654
Binary100011110011100100011011011001101111001111110111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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