#478D48

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

Shades of Fruit Salad #478D48

Tints of Fruit Salad #478D48

Color information

#478D48 (or 0x478D48) is unknown color: approx Fruit Salad. HEX triplet: 47, 8D and 48. RGB value is (71,141,72). Sum of RGB (Red+Green+Blue) = 71+141+72=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #478D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D48 is #B872B7. Grayscale: #707070. Windows color (decimal): -12087992 or 4754759. OLE color: 4754759.

HSL color Cylindrical-coordinate representation of color #478D48: hue angle of 120.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D48 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB7114172-
CMYK0.5000.490.45
HSL120.86º33.02%41.57%-
HSV(B)120.86º49.65%55.29%-
XYZ13.2920.869.46-
YUV112.2105.3198.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=25%
G=49.65%
B=25.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71141720.5000.490.45120.8633.0241.57
Hex478D48320312D79212a
Octal10721511062061551714152
Binary100011110001101100100011001001100011011011111001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478D48; }

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

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

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

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

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

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

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

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