#54A449

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

Shades of Fruit Salad #54A449

Tints of Fruit Salad #54A449

Color information

#54A449 (or 0x54A449) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 49. RGB value is (84,164,73). Sum of RGB (Red+Green+Blue) = 84+164+73=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #54A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A449 is #AB5BB6. Grayscale: #818181. Windows color (decimal): -11230135 or 4826196. OLE color: 4826196.

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

Color convert

RGB8416473-
CMYK0.4900.550.36
HSL112.75º38.4%46.47%-
HSV(B)112.75º55.49%64.31%-
XYZ18.1328.9210.93-
YUV129.719695.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=26.17%
G=51.09%
B=22.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164730.4900.550.36112.7538.446.47
Hex54A449310372471262e
Octal12424411161067441614656
Binary101010010100100100100111000101101111001001110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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