#479C4E

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

Shades of Fruit Salad #479C4E

Tints of Fruit Salad #479C4E

Color information

#479C4E (or 0x479C4E) is unknown color: approx Fruit Salad. HEX triplet: 47, 9C and 4E. RGB value is (71,156,78). Sum of RGB (Red+Green+Blue) = 71+156+78=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #479C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C4E is #B863B1. Grayscale: #797979. Windows color (decimal): -12084146 or 5151815. OLE color: 5151815.

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

Color convert

RGB7115678-
CMYK0.5400.50.39
HSL124.94º37.44%44.51%-
HSV(B)124.94º54.49%61.18%-
XYZ15.8625.6711.33-
YUV121.69103.3491.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=23.28%
G=51.15%
B=25.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71156780.5400.50.39124.9437.4444.51
Hex479C4E36032277d252d
Octal10723411666062471754555
Binary100011110011100100111011011001100101001111111101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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