#479840

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

Shades of Fruit Salad #479840

Tints of Fruit Salad #479840

Color information

#479840 (or 0x479840) is unknown color: approx Fruit Salad. HEX triplet: 47, 98 and 40. RGB value is (71,152,64). Sum of RGB (Red+Green+Blue) = 71+152+64=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #479840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479840 is #B867BF. Grayscale: #767676. Windows color (decimal): -12085184 or 4233287. OLE color: 4233287.

HSL color Cylindrical-coordinate representation of color #479840: hue angle of 115.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #479840 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB7115264-
CMYK0.5300.580.40
HSL115.23º40.74%42.35%-
HSV(B)115.23º57.89%59.61%-
XYZ14.7524.178.74-
YUV117.7597.6694.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=24.74%
G=52.96%
B=22.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152640.5300.580.40115.2340.7442.35
Hex4798403503A2873292a
Octal10723010065072501635152
Binary100011110011000100000011010101110101010001110011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479840; }

 p { color: rgb(71,152,64); }

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

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

 a { background-color: rgb(71,152,64); }

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

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

 span { border-color: rgb(71,152,64); }

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