#479C45

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

Shades of Fruit Salad #479C45

Tints of Fruit Salad #479C45

Color information

#479C45 (or 0x479C45) is unknown color: approx Fruit Salad. HEX triplet: 47, 9C and 45. RGB value is (71,156,69). Sum of RGB (Red+Green+Blue) = 71+156+69=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #479C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479C45 is #B863BA. Grayscale: #787878. Windows color (decimal): -12084155 or 4561991. OLE color: 4561991.

HSL color Cylindrical-coordinate representation of color #479C45: hue angle of 118.62º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479C45 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB7115669-
CMYK0.5400.560.39
HSL118.62º38.67%44.12%-
HSV(B)118.62º55.77%61.18%-
XYZ15.5625.559.74-
YUV120.6798.8492.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=23.99%
G=52.70%
B=23.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71156690.5400.560.39118.6238.6744.12
Hex479C45360382777272c
Octal10723410566070471674754
Binary100011110011100100010111011001110001001111110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,69); }

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

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

 a { background-color: rgb(71,156,69); }

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

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

 span { border-color: rgb(71,156,69); }

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