#54925E

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

Shades of Fruit Salad #54925E

Tints of Fruit Salad #54925E

Color information

#54925E (or 0x54925E) is unknown color: approx Fruit Salad. HEX triplet: 54, 92 and 5E. RGB value is (84,146,94). Sum of RGB (Red+Green+Blue) = 84+146+94=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #54925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54925E is #AB6DA1. Grayscale: #797979. Windows color (decimal): -11234722 or 6197844. OLE color: 6197844.

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

Color convert

RGB8414694-
CMYK0.4200.360.43
HSL129.68º26.96%45.1%-
HSV(B)129.68º42.47%57.25%-
XYZ15.9623.2514.24-
YUV121.53112.46101.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=25.93%
G=45.06%
B=29.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146940.4200.360.43129.6826.9645.1
Hex54925E2A0242B821b2d
Octal12422213652044532023355
Binary101010010010010101111010101001001001010111000001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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