#479B51

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

Shades of Fruit Salad #479B51

Tints of Fruit Salad #479B51

Color information

#479B51 (or 0x479B51) is unknown color: approx Fruit Salad. HEX triplet: 47, 9B and 51. RGB value is (71,155,81). Sum of RGB (Red+Green+Blue) = 71+155+81=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #479B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B51 is #B864AE. Grayscale: #797979. Windows color (decimal): -12084399 or 5348167. OLE color: 5348167.

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

Color convert

RGB7115581-
CMYK0.5400.480.39
HSL127.14º37.17%44.31%-
HSV(B)127.14º54.19%60.78%-
XYZ15.8125.3811.85-
YUV121.45105.1792.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 155 (60.94% from 255) = 50.49%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=23.13%
G=50.49%
B=26.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71155810.5400.480.39127.1437.1744.31
Hex479B5136030277f252c
Octal10723312166060471774554
Binary100011110011011101000111011001100001001111111111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,155,81); }

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

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

 a { background-color: rgb(71,155,81); }

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

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

 span { border-color: rgb(71,155,81); }

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