#54925A

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

Shades of Fruit Salad #54925A

Tints of Fruit Salad #54925A

Color information

#54925A (or 0x54925A) is unknown color: approx Fruit Salad. HEX triplet: 54, 92 and 5A. RGB value is (84,146,90). Sum of RGB (Red+Green+Blue) = 84+146+90=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #54925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54925A is #AB6DA5. Grayscale: #797979. Windows color (decimal): -11234726 or 5935700. OLE color: 5935700.

HSL color Cylindrical-coordinate representation of color #54925A: hue angle of 125.81º 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 #54925A is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB8414690-
CMYK0.4200.380.43
HSL125.81º26.96%45.1%-
HSV(B)125.81º42.47%57.25%-
XYZ15.7823.1813.32-
YUV121.08110.46101.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=26.25%
G=45.62%
B=28.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146900.4200.380.43125.8126.9645.1
Hex54925A2A0262B7e1b2d
Octal12422213252046531763355
Binary10101001001001010110101010100100110101011111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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