#54A463

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

Shades of Fruit Salad #54A463

Tints of Fruit Salad #54A463

Color information

#54A463 (or 0x54A463) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 63. RGB value is (84,164,99). Sum of RGB (Red+Green+Blue) = 84+164+99=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #54A463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A463 is #AB5B9C. Grayscale: #848484. Windows color (decimal): -11230109 or 6530132. OLE color: 6530132.

HSL color Cylindrical-coordinate representation of color #54A463: hue angle of 131.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A463 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB8416499-
CMYK0.4900.400.36
HSL131.25º32.26%48.63%-
HSV(B)131.25º48.78%64.31%-
XYZ19.1829.3416.46-
YUV132.6710993.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=24.21%
G=47.26%
B=28.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164990.4900.400.36131.2532.2648.63
Hex54A4633102824832031
Octal12424414361050442034061
Binary1010100101001001100011110001010100010010010000011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A463; }

 p { color: rgb(84,164,99); }

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

<style>
 a { background-color: #54A463; }

 a { background-color: rgb(84,164,99); }

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

<style>
 span { border-color: #54A463; }

 span { border-color: rgb(84,164,99); }

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