#549F5F

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

Shades of Fruit Salad #549F5F

Tints of Fruit Salad #549F5F

Color information

#549F5F (or 0x549F5F) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 5F. RGB value is (84,159,95). Sum of RGB (Red+Green+Blue) = 84+159+95=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #549F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F5F is #AB60A0. Grayscale: #818181. Windows color (decimal): -11231393 or 6266708. OLE color: 6266708.

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

Color convert

RGB8415995-
CMYK0.4700.400.38
HSL128.8º30.86%47.65%-
HSV(B)128.8º47.17%62.35%-
XYZ18.1227.5115.18-
YUV129.28108.6595.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=24.85%
G=47.04%
B=28.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159950.4700.400.38128.830.8647.65
Hex549F5F2F02826811f30
Octal12423713757050462013760
Binary101010010011111101111110111101010001001101000000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,159,95); }

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

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

 a { background-color: rgb(84,159,95); }

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

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

 span { border-color: rgb(84,159,95); }

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