#54A44D

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

Shades of Fruit Salad #54A44D

Tints of Fruit Salad #54A44D

Color information

#54A44D (or 0x54A44D) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 4D. RGB value is (84,164,77). Sum of RGB (Red+Green+Blue) = 84+164+77=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #54A44D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A44D is #AB5BB2. Grayscale: #828282. Windows color (decimal): -11230131 or 5088340. OLE color: 5088340.

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

Color convert

RGB8416477-
CMYK0.4900.530.36
HSL115.17º36.1%47.25%-
HSV(B)115.17º53.05%64.31%-
XYZ18.2728.9711.65-
YUV130.169895.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=25.85%
G=50.46%
B=23.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164770.4900.530.36115.1736.147.25
Hex54A44D310352473242f
Octal12424411561065441634457
Binary101010010100100100110111000101101011001001110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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