#549F54

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

Shades of Fruit Salad #549F54

Tints of Fruit Salad #549F54

Color information

#549F54 (or 0x549F54) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 54. RGB value is (84,159,84). Sum of RGB (Red+Green+Blue) = 84+159+84=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #549F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F54 is #AB60AB. Grayscale: #808080. Windows color (decimal): -11231404 or 5545812. OLE color: 5545812.

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

Color convert

RGB8415984-
CMYK0.4700.470.38
HSL120º30.86%47.65%-
HSV(B)120º47.17%62.35%-
XYZ17.6527.3212.73-
YUV128.02103.1596.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 159 (62.5% from 255) = 48.62%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=25.69%
G=48.62%
B=25.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159840.4700.470.3812030.8647.65
Hex549F542F02F26781f30
Octal12423712457057461703760
Binary10101001001111110101001011110101111100110111100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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