#479848

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

Shades of Fruit Salad #479848

Tints of Fruit Salad #479848

Color information

#479848 (or 0x479848) is unknown color: approx Fruit Salad. HEX triplet: 47, 98 and 48. RGB value is (71,152,72). Sum of RGB (Red+Green+Blue) = 71+152+72=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #479848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479848 is #B867B7. Grayscale: #767676. Windows color (decimal): -12085176 or 4757575. OLE color: 4757575.

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

Color convert

RGB7115272-
CMYK0.5300.530.40
HSL120.74º36.32%43.73%-
HSV(B)120.74º53.29%59.61%-
XYZ1524.2610.02-
YUV118.66101.6694-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=24.07%
G=51.53%
B=24.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152720.5300.530.40120.7436.3243.73
Hex479848350352879242c
Octal10723011065065501714454
Binary100011110011000100100011010101101011010001111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479848; }

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

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

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

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

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

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

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

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