#54A357

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

Shades of Fruit Salad #54A357

Tints of Fruit Salad #54A357

Color information

#54A357 (or 0x54A357) is unknown color: approx Fruit Salad. HEX triplet: 54, A3 and 57. RGB value is (84,163,87). Sum of RGB (Red+Green+Blue) = 84+163+87=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #54A357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A357 is #AB5CA8. Grayscale: #828282. Windows color (decimal): -11230377 or 5743444. OLE color: 5743444.

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

Color convert

RGB8416387-
CMYK0.4800.470.36
HSL122.28º31.98%48.43%-
HSV(B)122.28º48.47%63.92%-
XYZ18.4728.7713.6-
YUV130.72103.3394.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 163 (64.06% from 255) = 48.80%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=25.15%
G=48.80%
B=26.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84163870.4800.470.36122.2831.9848.43
Hex54A3573002F247a2030
Octal12424312760057441724060
Binary101010010100011101011111000001011111001001111010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,163,87); }

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

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

 a { background-color: rgb(84,163,87); }

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

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

 span { border-color: rgb(84,163,87); }

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