#54A461

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

Shades of Fruit Salad #54A461

Tints of Fruit Salad #54A461

Color information

#54A461 (or 0x54A461) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 61. RGB value is (84,164,97). Sum of RGB (Red+Green+Blue) = 84+164+97=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #54A461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A461 is #AB5B9E. Grayscale: #848484. Windows color (decimal): -11230111 or 6399060. OLE color: 6399060.

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

Color convert

RGB8416497-
CMYK0.4900.410.36
HSL129.75º32.26%48.63%-
HSV(B)129.75º48.78%64.31%-
XYZ19.0929.315.96-
YUV132.4410893.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 164 (64.45% from 255) = 47.54%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=24.35%
G=47.54%
B=28.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164970.4900.410.36129.7532.2648.63
Hex54A4613102924822031
Octal12424414161051442024061
Binary1010100101001001100001110001010100110010010000010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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