#54915D

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

Shades of Fruit Salad #54915D

Tints of Fruit Salad #54915D

Color information

#54915D (or 0x54915D) is unknown color: approx Fruit Salad. HEX triplet: 54, 91 and 5D. RGB value is (84,145,93). Sum of RGB (Red+Green+Blue) = 84+145+93=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #54915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54915D is #AB6EA2. Grayscale: #787878. Windows color (decimal): -11234979 or 6132052. OLE color: 6132052.

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

Color convert

RGB8414593-
CMYK0.4200.360.43
HSL128.85º26.64%44.9%-
HSV(B)128.85º42.07%56.86%-
XYZ15.7622.9313.95-
YUV120.83112.29101.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=26.09%
G=45.03%
B=28.88%

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
Decimal84145930.4200.360.43128.8526.6444.9
Hex54915D2A0242B811b2d
Octal12422113552044532013355
Binary101010010010001101110110101001001001010111000000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54915D; }

 p { color: rgb(84,145,93); }

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

<style>
 a { background-color: #54915D; }

 a { background-color: rgb(84,145,93); }

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

<style>
 span { border-color: #54915D; }

 span { border-color: rgb(84,145,93); }

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