#549D5D

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

Shades of Fruit Salad #549D5D

Tints of Fruit Salad #549D5D

Color information

#549D5D (or 0x549D5D) is unknown color: approx Fruit Salad. HEX triplet: 54, 9D and 5D. RGB value is (84,157,93). Sum of RGB (Red+Green+Blue) = 84+157+93=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #549D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D5D is #AB62A2. Grayscale: #808080. Windows color (decimal): -11231907 or 6135124. OLE color: 6135124.

HSL color Cylindrical-coordinate representation of color #549D5D: hue angle of 127.4º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D5D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB8415793-
CMYK0.4600.410.38
HSL127.4º30.29%47.25%-
HSV(B)127.4º46.5%61.57%-
XYZ17.6926.7914.59-
YUV127.88108.3296.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 157 (61.72% from 255) = 47.01%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=25.15%
G=47.01%
B=27.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84157930.4600.410.38127.430.2947.25
Hex549D5D2E029267f1e2f
Octal12423513556051461773657
Binary10101001001110110111011011100101001100110111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549D5D; }

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

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

<style>
 a { background-color: #549D5D; }

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

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

<style>
 span { border-color: #549D5D; }

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

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