#479F53

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

Shades of Fruit Salad #479F53

Tints of Fruit Salad #479F53

Color information

#479F53 (or 0x479F53) is unknown color: approx Fruit Salad. HEX triplet: 47, 9F and 53. RGB value is (71,159,83). Sum of RGB (Red+Green+Blue) = 71+159+83=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #479F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F53 is #B860AC. Grayscale: #7C7C7C. Windows color (decimal): -12083373 or 5480263. OLE color: 5480263.

HSL color Cylindrical-coordinate representation of color #479F53: hue angle of 128.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F53 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB7115983-
CMYK0.5500.480.38
HSL128.18º38.26%45.1%-
HSV(B)128.18º55.35%62.35%-
XYZ16.5626.7612.48-
YUV124.02104.8590.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 159 (62.5% from 255) = 50.80%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=22.68%
G=50.80%
B=26.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71159830.5500.480.38128.1838.2645.1
Hex479F53370302680262d
Octal10723712367060462004655
Binary1000111100111111010011110111011000010011010000000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,159,83); }

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

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

 a { background-color: rgb(71,159,83); }

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

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

 span { border-color: rgb(71,159,83); }

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