#54935A

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

Shades of Fruit Salad #54935A

Tints of Fruit Salad #54935A

Color information

#54935A (or 0x54935A) is unknown color: approx Fruit Salad. HEX triplet: 54, 93 and 5A. RGB value is (84,147,90). Sum of RGB (Red+Green+Blue) = 84+147+90=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #54935A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54935A is #AB6CA5. Grayscale: #797979. Windows color (decimal): -11234470 or 5935956. OLE color: 5935956.

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

Color convert

RGB8414790-
CMYK0.4300.390.42
HSL125.71º27.27%45.29%-
HSV(B)125.71º42.86%57.65%-
XYZ15.9423.4913.37-
YUV121.66110.13101.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=26.17%
G=45.79%
B=28.04%

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
Decimal84147900.4300.390.42125.7127.2745.29
Hex54935A2B0272A7e1b2d
Octal12422313253047521763355
Binary10101001001001110110101010110100111101010111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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