#479A4C

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

Shades of Fruit Salad #479A4C

Tints of Fruit Salad #479A4C

Color information

#479A4C (or 0x479A4C) is unknown color: approx Fruit Salad. HEX triplet: 47, 9A and 4C. RGB value is (71,154,76). Sum of RGB (Red+Green+Blue) = 71+154+76=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #479A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479A4C is #B865B3. Grayscale: #787878. Windows color (decimal): -12084660 or 5020231. OLE color: 5020231.

HSL color Cylindrical-coordinate representation of color #479A4C: hue angle of 123.61º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A4C is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB7115476-
CMYK0.5400.510.40
HSL123.61º36.89%44.12%-
HSV(B)123.61º53.9%60.39%-
XYZ15.4624.9710.84-
YUV120.2910392.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 154 (60.55% from 255) = 51.16%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=23.59%
G=51.16%
B=25.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71154760.5400.510.40123.6136.8944.12
Hex479A4C36033287c252c
Octal10723211466063501744554
Binary100011110011010100110011011001100111010001111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,154,76); }

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

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

 a { background-color: rgb(71,154,76); }

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

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

 span { border-color: rgb(71,154,76); }

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