#54A356

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

Shades of Fruit Salad #54A356

Tints of Fruit Salad #54A356

Color information

#54A356 (or 0x54A356) is unknown color: approx Fruit Salad. HEX triplet: 54, A3 and 56. RGB value is (84,163,86). Sum of RGB (Red+Green+Blue) = 84+163+86=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #54A356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A356 is #AB5CA9. Grayscale: #828282. Windows color (decimal): -11230378 or 5677908. OLE color: 5677908.

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

Color convert

RGB8416386-
CMYK0.4800.470.36
HSL121.52º31.98%48.43%-
HSV(B)121.52º48.47%63.92%-
XYZ18.4328.7513.38-
YUV130.6102.8394.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=25.23%
G=48.95%
B=25.83%

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
Decimal84163860.4800.470.36121.5231.9848.43
Hex54A3563002F247a2030
Octal12424312660057441724060
Binary101010010100011101011011000001011111001001111010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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