#479C54

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

Shades of Fruit Salad #479C54

Tints of Fruit Salad #479C54

Color information

#479C54 (or 0x479C54) is unknown color: approx Fruit Salad. HEX triplet: 47, 9C and 54. RGB value is (71,156,84). Sum of RGB (Red+Green+Blue) = 71+156+84=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #479C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C54 is #B863AB. Grayscale: #7A7A7A. Windows color (decimal): -12084140 or 5545031. OLE color: 5545031.

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

Color convert

RGB7115684-
CMYK0.5400.460.39
HSL129.18º37.44%44.51%-
HSV(B)129.18º54.49%61.18%-
XYZ16.0925.7612.51-
YUV122.38106.3491.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=22.83%
G=50.16%
B=27.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71156840.5400.460.39129.1837.4444.51
Hex479C543602E2781252d
Octal10723412466056472014555
Binary1000111100111001010100110110010111010011110000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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