#479648

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

Shades of Fruit Salad #479648

Tints of Fruit Salad #479648

Color information

#479648 (or 0x479648) is unknown color: approx Fruit Salad. HEX triplet: 47, 96 and 48. RGB value is (71,150,72). Sum of RGB (Red+Green+Blue) = 71+150+72=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #479648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479648 is #B869B7. Grayscale: #757575. Windows color (decimal): -12085688 or 4757063. OLE color: 4757063.

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

Color convert

RGB7115072-
CMYK0.5300.520.41
HSL120.76º35.75%43.33%-
HSV(B)120.76º52.67%58.82%-
XYZ14.6723.629.92-
YUV117.49102.3394.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=24.23%
G=51.19%
B=24.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71150720.5300.520.41120.7635.7543.33
Hex479648350342979242b
Octal10722611065064511714453
Binary100011110010110100100011010101101001010011111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479648; }

 p { color: rgb(71,150,72); }

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

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

 a { background-color: rgb(71,150,72); }

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

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

 span { border-color: rgb(71,150,72); }

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