#479A4D

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

Shades of Fruit Salad #479A4D

Tints of Fruit Salad #479A4D

Color information

#479A4D (or 0x479A4D) is unknown color: approx Fruit Salad. HEX triplet: 47, 9A and 4D. RGB value is (71,154,77). Sum of RGB (Red+Green+Blue) = 71+154+77=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #479A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A4D is #B865B2. Grayscale: #787878. Windows color (decimal): -12084659 or 5085767. OLE color: 5085767.

HSL color Cylindrical-coordinate representation of color #479A4D: hue angle of 124.34º 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 #479A4D is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB7115477-
CMYK0.5400.500.40
HSL124.34º36.89%44.12%-
HSV(B)124.34º53.9%60.39%-
XYZ15.4924.9911.03-
YUV120.4103.592.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 154 (60.55% from 255) = 50.99%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=23.51%
G=50.99%
B=25.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71154770.5400.500.40124.3436.8944.12
Hex479A4D36032287c252c
Octal10723211566062501744554
Binary100011110011010100110111011001100101010001111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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