#479D3B

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

Shades of Fruit Salad #479D3B

Tints of Fruit Salad #479D3B

Color information

#479D3B (or 0x479D3B) is unknown color: approx Fruit Salad. HEX triplet: 47, 9D and 3B. RGB value is (71,157,59). Sum of RGB (Red+Green+Blue) = 71+157+59=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #479D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D3B is #B862C4. Grayscale: #787878. Windows color (decimal): -12083909 or 3906887. OLE color: 3906887.

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

Color convert

RGB7115759-
CMYK0.5500.620.38
HSL112.65º45.37%42.35%-
HSV(B)112.65º62.42%61.57%-
XYZ15.4425.778.3-
YUV120.1193.5192.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 157 (61.72% from 255) = 54.70%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=24.74%
G=54.70%
B=20.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71157590.5500.620.38112.6545.3742.35
Hex479D3B3703E26712d2a
Octal1072357367076461615552
Binary10001111001110111101111011101111101001101110001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,157,59); }

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

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

 a { background-color: rgb(71,157,59); }

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

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

 span { border-color: rgb(71,157,59); }

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