#479F51

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

Shades of Fruit Salad #479F51

Tints of Fruit Salad #479F51

Color information

#479F51 (or 0x479F51) is unknown color: approx Fruit Salad. HEX triplet: 47, 9F and 51. RGB value is (71,159,81). Sum of RGB (Red+Green+Blue) = 71+159+81=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #479F51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F51 is #B860AE. Grayscale: #7C7C7C. Windows color (decimal): -12083375 or 5349191. OLE color: 5349191.

HSL color Cylindrical-coordinate representation of color #479F51: hue angle of 126.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F51 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB7115981-
CMYK0.5500.490.38
HSL126.82º38.26%45.1%-
HSV(B)126.82º55.35%62.35%-
XYZ16.4826.7312.08-
YUV123.8103.8590.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 159 (62.5% from 255) = 51.13%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=22.83%
G=51.13%
B=26.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71159810.5500.490.38126.8238.2645.1
Hex479F5137031267f262d
Octal10723712167061461774655
Binary100011110011111101000111011101100011001101111111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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