#479251

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

Shades of Fruit Salad #479251

Tints of Fruit Salad #479251

Color information

#479251 (or 0x479251) is unknown color: approx Fruit Salad. HEX triplet: 47, 92 and 51. RGB value is (71,146,81). Sum of RGB (Red+Green+Blue) = 71+146+81=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #479251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479251 is #B86DAE. Grayscale: #747474. Windows color (decimal): -12086703 or 5345863. OLE color: 5345863.

HSL color Cylindrical-coordinate representation of color #479251: hue angle of 128º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479251 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB7114681-
CMYK0.5100.450.43
HSL128º34.56%42.55%-
HSV(B)128º51.37%57.25%-
XYZ14.3622.4911.37-
YUV116.16108.1595.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=23.83%
G=48.99%
B=27.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146810.5100.450.4312834.5642.55
Hex4792513302D2B80232b
Octal10722212163055532004353
Binary1000111100100101010001110011010110110101110000000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479251; }

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

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

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

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

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

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

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

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