#54A445

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

Shades of Fruit Salad #54A445

Tints of Fruit Salad #54A445

Color information

#54A445 (or 0x54A445) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 45. RGB value is (84,164,69). Sum of RGB (Red+Green+Blue) = 84+164+69=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #54A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A445 is #AB5BBA. Grayscale: #818181. Windows color (decimal): -11230139 or 4564052. OLE color: 4564052.

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

Color convert

RGB8416469-
CMYK0.4900.580.36
HSL110.53º40.77%45.69%-
HSV(B)110.53º57.93%64.31%-
XYZ18.0128.8710.25-
YUV129.259495.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=26.50%
G=51.74%
B=21.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164690.4900.580.36110.5340.7745.69
Hex54A4453103A246f292e
Octal12424410561072441575156
Binary101010010100100100010111000101110101001001101111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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