#479E44

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

Shades of Fruit Salad #479E44

Tints of Fruit Salad #479E44

Color information

#479E44 (or 0x479E44) is unknown color: approx Fruit Salad. HEX triplet: 47, 9E and 44. RGB value is (71,158,68). Sum of RGB (Red+Green+Blue) = 71+158+68=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #479E44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479E44 is #B861BB. Grayscale: #7A7A7A. Windows color (decimal): -12083644 or 4496967. OLE color: 4496967.

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

Color convert

RGB7115868-
CMYK0.5500.570.38
HSL118º39.82%44.31%-
HSV(B)118º56.96%61.96%-
XYZ15.8726.219.69-
YUV121.7397.6891.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=23.91%
G=53.20%
B=22.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71158680.5500.570.3811839.8244.31
Hex479E44370392676282c
Octal10723610467071461665054
Binary100011110011110100010011011101110011001101110110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,158,68); }

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

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

 a { background-color: rgb(71,158,68); }

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

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

 span { border-color: rgb(71,158,68); }

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