#54915E

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

Shades of Fruit Salad #54915E

Tints of Fruit Salad #54915E

Color information

#54915E (or 0x54915E) is unknown color: approx Fruit Salad. HEX triplet: 54, 91 and 5E. RGB value is (84,145,94). Sum of RGB (Red+Green+Blue) = 84+145+94=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #54915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54915E is #AB6EA1. Grayscale: #797979. Windows color (decimal): -11234978 or 6197588. OLE color: 6197588.

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

Color convert

RGB8414594-
CMYK0.4200.350.43
HSL129.84º26.64%44.9%-
HSV(B)129.84º42.07%56.86%-
XYZ15.822.9414.19-
YUV120.95112.79101.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=26.01%
G=44.89%
B=29.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145940.4200.350.43129.8426.6444.9
Hex54915E2A0232B821b2d
Octal12422113652043532023355
Binary101010010010001101111010101001000111010111000001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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