#54A456

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

Shades of Fruit Salad #54A456

Tints of Fruit Salad #54A456

Color information

#54A456 (or 0x54A456) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 56. RGB value is (84,164,86). Sum of RGB (Red+Green+Blue) = 84+164+86=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #54A456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A456 is #AB5BA9. Grayscale: #838383. Windows color (decimal): -11230122 or 5678164. OLE color: 5678164.

HSL color Cylindrical-coordinate representation of color #54A456: hue angle of 121.5º 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 #54A456 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB8416486-
CMYK0.4900.480.36
HSL121.5º32.26%48.63%-
HSV(B)121.5º48.78%64.31%-
XYZ18.6129.1113.44-
YUV131.19102.594.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 164 (64.45% from 255) = 49.10%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=25.15%
G=49.10%
B=25.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164860.4900.480.36121.532.2648.63
Hex54A45631030247a2031
Octal12424412661060441724061
Binary101010010100100101011011000101100001001001111010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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