#549D5B

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

Shades of Fruit Salad #549D5B

Tints of Fruit Salad #549D5B

Color information

#549D5B (or 0x549D5B) is unknown color: approx Fruit Salad. HEX triplet: 54, 9D and 5B. RGB value is (84,157,91). Sum of RGB (Red+Green+Blue) = 84+157+91=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #549D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D5B is #AB62A4. Grayscale: #7F7F7F. Windows color (decimal): -11231909 or 6004052. OLE color: 6004052.

HSL color Cylindrical-coordinate representation of color #549D5B: hue angle of 125.75º 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 #549D5B is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB8415791-
CMYK0.4600.420.38
HSL125.75º30.29%47.25%-
HSV(B)125.75º46.5%61.57%-
XYZ17.626.7514.13-
YUV127.65107.3296.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 157 (61.72% from 255) = 47.29%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=25.30%
G=47.29%
B=27.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84157910.4600.420.38125.7530.2947.25
Hex549D5B2E02A267e1e2f
Octal12423513356052461763657
Binary10101001001110110110111011100101010100110111111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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