#54925C

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

Shades of Fruit Salad #54925C

Tints of Fruit Salad #54925C

Color information

#54925C (or 0x54925C) is unknown color: approx Fruit Salad. HEX triplet: 54, 92 and 5C. RGB value is (84,146,92). Sum of RGB (Red+Green+Blue) = 84+146+92=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #54925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54925C is #AB6DA3. Grayscale: #797979. Windows color (decimal): -11234724 or 6066772. OLE color: 6066772.

HSL color Cylindrical-coordinate representation of color #54925C: hue angle of 127.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54925C is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB8414692-
CMYK0.4200.370.43
HSL127.74º26.96%45.1%-
HSV(B)127.74º42.47%57.25%-
XYZ15.8723.2213.77-
YUV121.31111.46101.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=26.09%
G=45.34%
B=28.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146920.4200.370.43127.7426.9645.1
Hex54925C2A0252B801b2d
Octal12422213452045532003355
Binary101010010010010101110010101001001011010111000000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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