#54945B

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

Shades of Fruit Salad #54945B

Tints of Fruit Salad #54945B

Color information

#54945B (or 0x54945B) is unknown color: approx Fruit Salad. HEX triplet: 54, 94 and 5B. RGB value is (84,148,91). Sum of RGB (Red+Green+Blue) = 84+148+91=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #54945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54945B is #AB6BA4. Grayscale: #7A7A7A. Windows color (decimal): -11234213 or 6001748. OLE color: 6001748.

HSL color Cylindrical-coordinate representation of color #54945B: hue angle of 126.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54945B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8414891-
CMYK0.4300.390.42
HSL126.56º27.59%45.49%-
HSV(B)126.56º43.24%58.04%-
XYZ16.1323.8213.64-
YUV122.37110.3100.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=26.01%
G=45.82%
B=28.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84148910.4300.390.42126.5627.5945.49
Hex54945B2B0272A7f1c2d
Octal12422413353047521773455
Binary10101001001010010110111010110100111101010111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54945B; }

 p { color: rgb(84,148,91); }

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

<style>
 a { background-color: #54945B; }

 a { background-color: rgb(84,148,91); }

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

<style>
 span { border-color: #54945B; }

 span { border-color: rgb(84,148,91); }

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