#54905C

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

Shades of Fruit Salad #54905C

Tints of Fruit Salad #54905C

Color information

#54905C (or 0x54905C) is unknown color: approx Fruit Salad. HEX triplet: 54, 90 and 5C. RGB value is (84,144,92). Sum of RGB (Red+Green+Blue) = 84+144+92=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #54905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54905C is #AB6FA3. Grayscale: #787878. Windows color (decimal): -11235236 or 6066260. OLE color: 6066260.

HSL color Cylindrical-coordinate representation of color #54905C: hue angle of 128º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54905C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB8414492-
CMYK0.4200.360.44
HSL128º26.32%44.71%-
HSV(B)128º41.67%56.47%-
XYZ15.5622.613.67-
YUV120.13112.12102.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 144 (56.64% from 255) = 45%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=26.25%
G=45%
B=28.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144920.4200.360.4412826.3244.71
Hex54905C2A0242C801a2d
Octal12422013452044542003255
Binary101010010010000101110010101001001001011001000000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54905C; }

 p { color: rgb(84,144,92); }

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

<style>
 a { background-color: #54905C; }

 a { background-color: rgb(84,144,92); }

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

<style>
 span { border-color: #54905C; }

 span { border-color: rgb(84,144,92); }

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