#479750

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

Shades of Fruit Salad #479750

Tints of Fruit Salad #479750

Color information

#479750 (or 0x479750) is unknown color: approx Fruit Salad. HEX triplet: 47, 97 and 50. RGB value is (71,151,80). Sum of RGB (Red+Green+Blue) = 71+151+80=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #479750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479750 is #B868AF. Grayscale: #777777. Windows color (decimal): -12085424 or 5281607. OLE color: 5281607.

HSL color Cylindrical-coordinate representation of color #479750: hue angle of 126.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479750 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB7115180-
CMYK0.5300.470.41
HSL126.75º36.04%43.53%-
HSV(B)126.75º52.98%59.22%-
XYZ15.1124.0511.44-
YUV118.9910693.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=23.51%
G=50%
B=26.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71151800.5300.470.41126.7536.0443.53
Hex4797503502F297f242c
Octal10722712065057511774454
Binary100011110010111101000011010101011111010011111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479750; }

 p { color: rgb(71,151,80); }

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

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

 a { background-color: rgb(71,151,80); }

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

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

 span { border-color: rgb(71,151,80); }

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