#478F48

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

Shades of Fruit Salad #478F48

Tints of Fruit Salad #478F48

Color information

#478F48 (or 0x478F48) is unknown color: approx Fruit Salad. HEX triplet: 47, 8F and 48. RGB value is (71,143,72). Sum of RGB (Red+Green+Blue) = 71+143+72=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #478F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F48 is #B870B7. Grayscale: #717171. Windows color (decimal): -12087480 or 4755271. OLE color: 4755271.

HSL color Cylindrical-coordinate representation of color #478F48: hue angle of 120.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F48 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB7114372-
CMYK0.5000.500.44
HSL120.83º33.64%41.96%-
HSV(B)120.83º50.35%56.08%-
XYZ13.5921.459.56-
YUV113.38104.6597.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 143 (56.25% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=24.83%
G=50%
B=25.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71143720.5000.500.44120.8333.6441.96
Hex478F48320322C79222a
Octal10721711062062541714252
Binary100011110001111100100011001001100101011001111001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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